The C1TextDecoration type exposes the following members.

Constructors

  Name Description
Public method C1TextDecoration
Initializes a new C1TextDecoration object.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property Location
Gets or sets a value of C1TextDecorationLocation that defines the vertical position of this C1TextDecoration.
Public property LocationOffset
Gets or sets the offset from the vertical position defined in the Location property.
Public property LocationOffsetUnit
Gets or sets a value of C1TextDecorationUnit that defines the unit used for the LocationOffset property.
Public property Style
Gets or sets a Style with TargetTypeLine.
Public property Thickness
Gets or sets the Thickness of the line drawn by this C1TextDecoration.
Public property ThicknessUnit
Gets or sets a value of C1TextDecorationUnit that defines the unit used for the Thickness property.

See Also