Skip to main content
All docs
V25.2
  • UnderlineFill Members

    The underline fill of a text element.

    Constructors

    Name Description
    UnderlineFill(Fill) Initializes a new instance of the UnderlineFill class with specified settings.

    Fields

    Name Description
    Automatic static Gets a UnderlineFill object with automatically determined underline fill.
    UseTextSettings static Gets a UnderlineFill object with underline style settings based on the text settings.

    Properties

    Name Description
    Fill Obtains the fill settings of the underline.

    Methods

    Name Description
    Equals(UnderlineFill) Indicates whether the current object is equal to another UnderlineFill object.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object.
    GetHashCode() Returns a number that identifies the object instance.
    GetType() Gets the Type of the current instance. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns the fully qualified type name of this instance. Inherited from ValueType.

    Operators

    Name Description
    Equality(UnderlineFill, UnderlineFill) static Determines whether two specified UnderlineFill objects are equal.
    Implicit(Fill to UnderlineFill) static Defines an implicit conversion of a Fill object to an UnderlineFill object.
    Inequality(UnderlineFill, UnderlineFill) static Determines whether two UnderlineFill objects are not equal.
    See Also