Stretch Enum
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Media
Specifies how content is stretched to fill a region.
public enum Stretch
Fields
| Name | Value | Description |
|---|---|---|
None | The content is drawn at its original size without stretching. | |
Fill | The content is stretched to fill the region exactly. | |
Uniform | The content is scaled uniformly to fit within the region. | |
UniformToFill | The content is scaled uniformly to completely fill the region. |