CompositionGradientBrush.RotationAngleInDegrees Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the rotation angle of the brush in degrees.
public:
property float RotationAngleInDegrees { float get(); void set(float value); };
float RotationAngleInDegrees();
void RotationAngleInDegrees(float value);
public float RotationAngleInDegrees { get; set; }
var single = compositionGradientBrush.rotationAngleInDegrees;
compositionGradientBrush.rotationAngleInDegrees = single;
Public Property RotationAngleInDegrees As Single
Property Value
Single
float
The rotation angle of the brush in degrees.