Click or drag to resize

TextDecoration Class

[Missing <summary> documentation for "T:RAYLASE.Marker.VectorGraphicElement.TextDecoration"]

Inheritance Hierarchy
System.Object
  RAYLASE.Marker.VectorGraphicElement.TextDecoration

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntax
C#
public class TextDecoration

The TextDecoration type exposes the following members.

Constructors
 NameDescription
Public methodTextDecorationInitializes a new instance of the TextDecoration class
Top
Properties
 NameDescription
Public propertyBaseline Specifies an "Baseline" decoration
Public propertyOverline Specifies an "OverLine" decoration
Public propertyStrikethrough Specifies a "Strikethrough" decoration
Public propertyUnderline Specifies an "Underline" decoration
Top
See Also