Class LineFormat
Represents the LineFormat class.
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public class LineFormat : BaseNode
Constructors
LineFormat()
Initializes a new instance of the LineFormat class.
Declaration
public LineFormat()
LineFormat(BaseNode)
Initializes a new instance of the LineFormat class for the specified Node.
Declaration
public LineFormat(BaseNode owner)
Parameters
Type | Name | Description |
---|---|---|
BaseNode | owner | The owner of the LineFormat. The value can be null or an instance of DocumentAdv, ParagraphAdv, Inline or ListLevelAdv. |
Properties
Color
Gets or sets the color.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Color | The color of shape. |
LineDashing
Gets or sets the Line Dashing.
Declaration
public LineDashing LineDashing { get; set; }
Property Value
Type | Description |
---|---|
LineDashing | The Line Dashing of shape. |
LineFormatType
Gets or sets the Line Format Type.
Declaration
public LineFormatType LineFormatType { get; set; }
Property Value
Type | Description |
---|---|
LineFormatType | The Line Format Type of shape. |
Weight
Gets or sets the width.
Declaration
public double Weight { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The width of shape. |