Gets or sets a value that represents the amount of angular pattern contrast.
Syntax
Visual Basic (Declaration) | |
---|
Public Property AngleContrast As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As HalfTonePatternCommand
Dim value As Integer
instance.AngleContrast = value
value = instance.AngleContrast |
C# | |
---|
public int AngleContrast {get; set;} |
C++/CLI | |
---|
public:
property int AngleContrast {
int get();
void set ( int value);
} |
Property Value
Value that represents angular pattern contrast. Angular pattern only occurs when either
HalfTonePatternCommandType.Circle or
HalfTonePatternCommandType.Ellipse is selected in the type property. Increasing this value increases brightness of the "spokes" in the image.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also