CompositionBorderMode Enum
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.
Controls the aliasing behavior on the edges of visual borders.
public enum class CompositionBorderMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
enum class CompositionBorderMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
public enum CompositionBorderMode
Public Enum CompositionBorderMode
- Inheritance
-
CompositionBorderMode
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10586.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v2.0)
|
Fields
Name | Value | Description |
---|---|---|
Inherit | 0 | Inherit from parent. |
Soft | 1 | Bitmap and clip edges are antialiased. |
Hard | 2 | Bitmap and clip edges are aliased. |