Gets or sets a BrushMappingMode enumeration value that specifies whether the positioning coordinates of the gradient brush are absolute or relative to the output area.
Public Property MappingMode As BrushMappingMode Get Set
Dim instance As GradientBrush Dim value As BrushMappingMode value = instance.MappingMode instance.MappingMode = value
public BrushMappingMode MappingMode { get; set; }
<brushobject MappingMode="BrushMappingMode"/>
Dependency property identifier field: MappingModeProperty
A value of Absolute indicates the gradient brush's coordinates are expressed in pixels. A value of BrushMappingMode..::.RelativeToBoundingBox indicates that the gradient brush's coordinates are expressed as a logical factor between 0 and 1.
The MappingMode of a LinearGradientBrush or RadialGradientBrush does not influence how the Offset values are interpreted. Regardless of mapping mode, the offset is always interpreted as a factor between 0 and 1 along the vector that defines the gradient.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.