NChartTexturePosition Enumeration |
The NChartTexturePosition enum provides constants that control position of texture.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public enum NChartTexturePosition
Public Enumeration NChartTexturePosition
public enum class NChartTexturePosition
Members
| Member name | Value | Description |
---|
| TopLeftCorner | 0 |
Position texture in the top left corner of the area.
|
| Center | 1 |
Position texture at the center of the area.
|
| Scale | 2 |
Scale texture to fill the whole area.
|
| KeepMinAspect | 3 |
Scale texture keeping aspect so, that it fits in the area.
|
| KeepMaxAspect | 4 |
Scale texture keeping aspect so, that it covers the whole area.
|
See Also