LineStyle Class Members
The following tables list the members exposed by LineStyle.
Public Constructors
Name | Description | |
---|---|---|
![]() | LineStyle Constructor |
Public Properties
Name | Description | |
---|---|---|
![]() | Stroke | Gets or sets the stroke. |
![]() | StrokeDashArray | Gets or sets the stroke dash array. |
![]() | StrokeThickness | Gets or sets the stroke thickness. |
![]() | X1 | Gets or sets the x1 position of the line (e.g. when drawing ticks, x1, x2 specify the tick length) |
![]() | X2 | Gets or sets the x2 position of the line (e.g. when drawing ticks, x1, x2 specify the tick length) |
Public Methods
Name | Description | |
---|---|---|
![]() ![]() | FromStyle | Converts a System.Windows.Style with TargetType Line to LineStyle |
![]() | ToString | Returns a string that represents the current object. |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also