Class ClosedShapeItem
An abstract base class that provides basic functionality for any descended ClosedShapeItem class.
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: Neodynamic.SDK.Printing
Assembly: cs.temp.dll.dll
Syntax
public abstract class ClosedShapeItem : ShapeItem, IXmlTemplate, INotifyPropertyChanged
Properties
FillColor
Gets or sets the fill color. Default value is White which will produce a transparent fill.
Declaration
public Color FillColor { get; set; }
Property Value
Type | Description |
---|---|
Color |