CompositionGradientExtendMode
CompositionGradientExtendMode
CompositionGradientExtendMode
CompositionGradientExtendMode
Enum
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Defines constants that specify how to draw the gradient outside the brush's gradient vector or space.
public : enum class CompositionGradientExtendModepublic enum CompositionGradientExtendModePublic Enum CompositionGradientExtendMode// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Fields
| Clamp Clamp Clamp Clamp | Prerelease. The gradient is not extended. |
| Mirror Mirror Mirror Mirror | Prerelease. The gradient is repeated in the reverse direction.. |
| Wrap Wrap Wrap Wrap | Prerelease. The gradient is wrapped. |