Skip to main content
All docs
V25.1
  • DXFontAdditionalProperty(String, Object) Constructor

    Initializes a new instance of the DXFontAdditionalProperty class with specified settings.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public DXFontAdditionalProperty(
        string name,
        object value
    )

    Parameters

    Name Type Description
    name String

    The name of the property.

    value Object

    The property value.

    See Also