Class Shadow
Inheritance
System.Object
Shadow
Assembly: IronWord.dll
Syntax
public class Shadow : Object
Constructors
Shadow()
Declaration
Fields
OuterShadow1
Declaration
public static Shadow OuterShadow1
Field Value
Properties
Alignment
Declaration
public RectangleAlignmentValues Alignment { get; set; }
Property Value
BlurRadius
Declaration
public double BlurRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
DirectionAngle
Declaration
public double DirectionAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
DistanceFromText
Declaration
public double DistanceFromText { get; set; }
Property Value
Type |
Description |
System.Double |
|
HorizontalScalingFactor
Declaration
public int HorizontalScalingFactor { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
HorizontalSkewAngle
Declaration
public double HorizontalSkewAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
SchemeColor
Declaration
public Color SchemeColor { get; set; }
Property Value
VerticalScalingFactor
Declaration
public double VerticalScalingFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
VerticalSkewAngle
Declaration
public double VerticalSkewAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
GetBlurRadius(Units)
Declaration
public double GetBlurRadius(Units measurementUnit)
Parameters
Type |
Name |
Description |
Units |
measurementUnit |
|
Returns
Type |
Description |
System.Double |
|
GetDistanceFromText(Units)
Declaration
public double GetDistanceFromText(Units measurementUnit)
Parameters
Type |
Name |
Description |
Units |
measurementUnit |
|
Returns
Type |
Description |
System.Double |
|
SetBlurRadius(Double, Units)
Declaration
public void SetBlurRadius(double blurRadius, Units measurementUnit)
Parameters
Type |
Name |
Description |
System.Double |
blurRadius |
|
Units |
measurementUnit |
|
SetDistanceFromText(Double, Units)
Declaration
public void SetDistanceFromText(double distance, Units measurementUnit)
Parameters
Type |
Name |
Description |
System.Double |
distance |
|
Units |
measurementUnit |
|