Class TextOutlineEffect
Inheritance
System.Object
TextOutlineEffect
Assembly: IronWord.dll
Syntax
public class TextOutlineEffect : Object
Constructors
TextOutlineEffect()
Declaration
public TextOutlineEffect()
Fields
DefaultEffect
Declaration
public static TextOutlineEffect DefaultEffect
Field Value
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
CompoundLineType
Declaration
public CompoundLineValues CompoundLineType { get; set; }
Property Value
LineCapType
Declaration
public LineCapValues LineCapType { get; set; }
Property Value
LineJoin
Declaration
public StrokeJoinStyleValues LineJoin { get; set; }
Property Value
LineWidth
Declaration
public double LineWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
PenAlignment
Declaration
public PenAlignmentValues PenAlignment { get; set; }
Property Value
presetLineDash
Declaration
public PresetLineDashValues presetLineDash { get; set; }
Property Value
Methods
GetLineWidth(Units)
Declaration
public double GetLineWidth(Units measurementUnit)
Parameters
Type |
Name |
Description |
Units |
measurementUnit |
|
Returns
Type |
Description |
System.Double |
|
SetLineWidth(Double, Units)
Declaration
public void SetLineWidth(double lineWidth, Units measurementUnit)
Parameters
Type |
Name |
Description |
System.Double |
lineWidth |
|
Units |
measurementUnit |
|