CompositionStrokeDashArray 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.
public ref class CompositionStrokeDashArray sealed : CompositionObject, IIterable<float>, IVector<float>
/// [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)]
class CompositionStrokeDashArray final : CompositionObject, IIterable<float>, IVector<float>
/// [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)]
class CompositionStrokeDashArray final : CompositionObject, IIterable<float>, IVector<float>
[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 sealed class CompositionStrokeDashArray : CompositionObject, IEnumerable<float>, IList<float>
[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 sealed class CompositionStrokeDashArray : CompositionObject, IEnumerable<float>, IList<float>
Public NotInheritable Class CompositionStrokeDashArray
Inherits CompositionObject
Implements IEnumerable(Of Single), IList(Of Single)
- Inheritance
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Comment | (Inherited from CompositionObject) |
| Compositor | (Inherited from CompositionObject) |
| DispatcherQueue | (Inherited from CompositionObject) |
| ImplicitAnimations | (Inherited from CompositionObject) |
| Properties | (Inherited from CompositionObject) |
| Size | |
Methods
| Name | Description |
|---|---|
| Append(Single) | |
| Clear() | |
| Close() | (Inherited from CompositionObject) |
| Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from CompositionObject) |
| First() | |
| GetAt(UInt32) | |
| GetMany(UInt32, Single[]) | |
| GetView() | |
| IndexOf(Single, UInt32) | |
| InsertAt(UInt32, Single) | |
| PopulatePropertyInfo(String, AnimationPropertyInfo) | (Inherited from CompositionObject) |
| RemoveAt(UInt32) | |
| RemoveAtEnd() | |
| ReplaceAll(Single[]) | |
| SetAt(UInt32, Single) | |
| 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) |