Interface IPALCanvasPen
Inherited Members
System.IDisposable.Dispose()
Namespace: NFX.PAL.Graphics
Assembly: NFX.dll
Syntax
public interface IPALCanvasPen : IPALCanvasAsset, IDisposable
Properties
Color
Declaration
Color Color { get; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Color |
DashStyle
Declaration
PenDashStyle DashStyle { get; }
Property Value
| Type | Description |
|---|---|
| PenDashStyle |
Width
Declaration
float Width { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |