CompositionGradientBrush 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.
[WebHostHidden]
public ref class CompositionGradientBrush : CompositionBrush
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[WebHostHidden]
class CompositionGradientBrush : CompositionBrush
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
[WebHostHidden]
class CompositionGradientBrush : CompositionBrush
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class CompositionGradientBrush : CompositionBrush
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public class CompositionGradientBrush : CompositionBrush
Public Class CompositionGradientBrush
Inherits CompositionBrush
- Inheritance
- Derived
- Attributes
Properties
| Name | Description |
|---|---|
| AnchorPoint | |
| CenterPoint | |
| ColorStops | |
| Comment | (Inherited from CompositionObject) |
| Compositor | (Inherited from CompositionObject) |
| DispatcherQueue | (Inherited from CompositionObject) |
| ExtendMode | |
| ImplicitAnimations | (Inherited from CompositionObject) |
| InterpolationSpace | |
| MappingMode | |
| Offset | |
| Properties | (Inherited from CompositionObject) |
| RotationAngle | |
| RotationAngleInDegrees | |
| Scale | |
| TransformMatrix | |
Methods
| Name | Description |
|---|---|
| Close() | (Inherited from CompositionObject) |
| Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from CompositionObject) |
| PopulatePropertyInfo(String, AnimationPropertyInfo) | (Inherited from CompositionObject) |
| StartAnimation(String, CompositionAnimation, AnimationController) | (Inherited from CompositionObject) |
| StartAnimation(String, CompositionAnimation) | (Inherited from CompositionObject) |
| StartAnimationGroup(ICompositionAnimationBase) | (Inherited from CompositionObject) |
| StopAnimation(String) | (Inherited from CompositionObject) |
| StopAnimationGroup(ICompositionAnimationBase) | (Inherited from CompositionObject) |
| TryGetAnimationController(String) | (Inherited from CompositionObject) |