Class Canvas.Pen
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: NFX.Graphics
Assembly: NFX.dll
Syntax
public sealed class Pen : Canvas.Asset<IPALCanvasPen>, IPALCanvasAsset, IDisposable
  Properties
Color
Declaration
public Color Color { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Drawing.Color | 
DashStyle
Declaration
public PenDashStyle DashStyle { get; }
  Property Value
| Type | Description | 
|---|---|
| PenDashStyle | 
Width
Declaration
public float Width { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Single | 
Implements
      System.IDisposable