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;} |
Managed Extensions for C++ | |
---|
public: __property int get_AngleContrast();
public: __property void set_AngleContrast(
int value
); |
C++/CLI | |
---|
public:
property int AngleContrast {
int get();
void set (int value);
} |
Return 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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also