RadialGradientBrush Class
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.
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
/// [Windows.UI.Xaml.Markup.ContentProperty(Name="GradientStops")]
class RadialGradientBrush : XamlCompositionBrushBase
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.UI.Xaml.Markup.ContentProperty(Name="GradientStops")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
class RadialGradientBrush : XamlCompositionBrushBase
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
[Windows.UI.Xaml.Markup.ContentProperty(Name="GradientStops")]
public class RadialGradientBrush : XamlCompositionBrushBase
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.UI.Xaml.Markup.ContentProperty(Name="GradientStops")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public class RadialGradientBrush : XamlCompositionBrushBase
Public Class RadialGradientBrush
Inherits XamlCompositionBrushBase
- Inheritance
- Attributes
-
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContentPropertyAttribute ContractVersionAttribute
Constructors
| Name | Description |
|---|---|
| RadialGradientBrush() | |
Properties
| Name | Description |
|---|---|
| Center | |
| CenterProperty | |
| CompositionBrush | (Inherited from XamlCompositionBrushBase) |
| Dispatcher | (Inherited from DependencyObject) |
| DispatcherQueue | (Inherited from DependencyObject) |
| FallbackColor | (Inherited from XamlCompositionBrushBase) |
| GradientOrigin | |
| GradientOriginProperty | |
| GradientStops | |
| InterpolationSpace | |
| InterpolationSpaceProperty | |
| MappingMode | |
| MappingModeProperty | |
| Opacity | (Inherited from Brush) |
| RadiusX | |
| RadiusXProperty | |
| RadiusY | |
| RadiusYProperty | |
| RelativeTransform | (Inherited from Brush) |
| SpreadMethod | |
| SpreadMethodProperty | |
| Transform | (Inherited from Brush) |
Methods
| Name | Description |
|---|---|
| ClearValue(DependencyProperty) | (Inherited from DependencyObject) |
| GetAnimationBaseValue(DependencyProperty) | (Inherited from DependencyObject) |
| GetValue(DependencyProperty) | (Inherited from DependencyObject) |
| OnConnected() | (Inherited from XamlCompositionBrushBase) |
| OnDisconnected() | (Inherited from XamlCompositionBrushBase) |
| PopulatePropertyInfo(String, AnimationPropertyInfo) | (Inherited from Brush) |
| PopulatePropertyInfoOverride(String, AnimationPropertyInfo) | (Inherited from Brush) |
| ReadLocalValue(DependencyProperty) | (Inherited from DependencyObject) |
| RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback) | (Inherited from DependencyObject) |
| SetValue(DependencyProperty, Object) | (Inherited from DependencyObject) |
| UnregisterPropertyChangedCallback(DependencyProperty, Int64) | (Inherited from DependencyObject) |