Visual Basic (Declaration) | |
---|---|
Public Property AngleB As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int AngleB {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_AngleB(); public: __property void set_AngleB( int value ); |
XAML Attributes Usage | |
---|---|
<object AngleB =int > |
Dependency Property Information | |
---|---|
Identifier field | AngleBProperty |
Metadata properties set to true | None |
Return Value
Value that represents the amount of change in the B angle, in hundredths of degrees. Valid values range between -18000 and 18000.For XAML example, refer to AdjustTintCommandBitmapEffect.
For C#/VB examples, refer to AdjustTintCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003