Class GraphicProperties
Represents graphic state.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class GraphicProperties : PropertiesBase<GraphicProperties>
Constructors
GraphicProperties()
Fields
FillColor
Gets or sets the fill color.
Declaration
public ColorBase FillColor
Field Value
ColorBase
The color of the fill. |
IsFilled
Gets or sets whether the drawn geometry is filled.
Declaration
public bool IsFilled
Field Value
System.Boolean
Value indicating whether the geometry is filled. |
IsStroked
Gets or sets whether the drawn geometry is stroked.
Declaration
public bool IsStroked
Field Value
System.Boolean
Value indicating whether the geometry is stroked. |
MiterLimit
Gets or sets the miter limit.
Declaration
public double? MiterLimit
Field Value
System.Nullable<System.Double>
The miter limit. |
StrokeColor
Gets or sets the stroke color.
Declaration
public ColorBase StrokeColor
Field Value
ColorBase
The color of the stroke. |
StrokeDashArray
Gets or sets the stroke dash array.
Declaration
public IEnumerable<double> StrokeDashArray
Field Value
System.Collections.Generic.IEnumerable<System.Double>
The stroke dash array. |
StrokeDashOffset
Gets or sets the stroke dash offset.
Declaration
public double StrokeDashOffset
Field Value
System.Double
The stroke dash offset. |
StrokeLineCap
Gets or sets the stroke line cap.
Declaration
public LineCap StrokeLineCap
Field Value
LineCap
The stroke line cap. |
StrokeLineJoin
Gets or sets the stroke line join.
Declaration
public LineJoin StrokeLineJoin
Field Value
LineJoin
The stroke line join. |
StrokeThickness
Gets or sets the stroke thickness.
Declaration
public double StrokeThickness
Field Value
System.Double
The stroke thickness. |
Methods
CopyFrom(GraphicProperties)
Copies the graphic properties from fromProperties instance.
Declaration
public override void CopyFrom(GraphicProperties graphicProperties)
Parameters
GraphicProperties
graphicProperties
The graphic properties. |