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

    Contains members that specify underline settings applied to text.

    Constructors

    Name Description
    UnderlineStyle(OutlineStyle) Initializes a new instance of the UnderlineStyle class with specified settings.

    Fields

    Name Description
    Automatic static Gets an UnderlineStyle object with automatically determined underline style settings.
    UseTextSettings static Gets an UnderlineStyle object with underline style settings based on the text settings.

    Properties

    Name Description
    Outline Gets the outline settings applied to text.

    Methods

    Name Description
    Equals(UnderlineStyle) Determines whether the specified object is equal to the current 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(UnderlineStyle, UnderlineStyle) static Determines whether two UnderlineStyle objects are equal.
    Inequality(UnderlineStyle, UnderlineStyle) static Determines whether two UnderlineStyle objects are not equal.
    See Also