Enum Stretch
Modes of content stretching
Namespace: EmptyKeys.UserInterface.Media
Assembly: EmptyKeys.UserInterface.dll
Syntax
public enum Stretch
Fields
Name | Description |
---|---|
Fill | The fill - content is resized to fill target size without preserving aspect ratio |
None | The none - content is not resized |
Uniform | The uniform - content is resized, but content ratio is preserved |
UniformToFill | The uniform to fill - content is resized to fill target size, but content ration is preserved |