Visual Basic (Declaration) | |
---|---|
Public Property CyanAngle As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int CyanAngle {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_CyanAngle(); public: __property void set_CyanAngle( int value ); |
XAML Attributes Usage | |
---|---|
<object CyanAngle =int > |
Dependency Property Information | |
---|---|
Identifier field | CyanAngleProperty |
Metadata properties set to true | None |
Return Value
Value represents the cyan screen angle in a hundredths of degrees (+/-). A positive value will rotate the screen clockwise, while a negative value will rotate the screen counter-clockwise.For XAML example, refer to ColorHalftoneCommandBitmapEffect.
For C#/VB examples, refer to ColorHalftoneCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003