Struct LineStyle
Defines a style for line
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Azos.WinForms.Controls
Assembly: Azos.WinForms.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public struct LineStyle
Properties
Brush
Declaration
[Browsable(false)]
public Brush Brush { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Brush |
Color
Specifies line color
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
DashStyle
Specifies type of dashing used
Declaration
public DashStyle DashStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.DashStyle |
DefaultGray
Declaration
public static LineStyle DefaultGray { get; }
Property Value
Type | Description |
---|---|
LineStyle |
DefaultNone
Declaration
public static LineStyle DefaultNone { get; }
Property Value
Type | Description |
---|---|
LineStyle |
Width
Specifies line width
Declaration
public float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single |