RadialGradientBrush.RadiusY Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the vertical radius of the outer circle of a radial gradient.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<RadialGradientBrush RadiusY="double"/>
Property Value
Type: System.DoubleThe vertical radius of the outer circle of a radial gradient. The default is 0.5.
Dependency property identifier field: RadiusYProperty
When the mapping mode is RelativeToBoundingBox (the default), RadiusX and RadiusY are "logical vectors", where values between 0 and 1 are mapped against the total size of the eventual bounding box where the brush is applied. The 0.5 default values for RadiusX and RadiusY create a circle that reaches the edge of the bounding box under this mapping mode. If the mapping mode is Absolute, then RadiusX and RadiusY should be given as a double value in the coordinate system.