Class SymbolElement
Symbol elements represent simple glyphs like circle, triangle etc.. This element is currently not themed
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: NFX.WinForms.Elements
Assembly: NFX.WinForms.dll
Syntax
public class SymbolElement : Element, IDisposable
Constructors
SymbolElement(ElementHostControl)
Declaration
public SymbolElement(ElementHostControl host)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementHostControl | host |
Properties
BrushColor
Declaration
public Color BrushColor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Color |
BrushGradientAngle
Declaration
public float BrushGradientAngle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
PenColor
Declaration
public Color PenColor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Color |
PenWidth
Declaration
public float PenWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
SymbolType
Declaration
public SymbolType SymbolType { get; set; }
Property Value
| Type | Description |
|---|---|
| SymbolType |
Methods
Paint(Graphics)
Declaration
protected override void Paint(Graphics gr)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.Graphics | gr |
Overrides
Implements
System.IDisposable