'Declaration Public Enum StretchEnum Inherits System.Enum
public enum StretchEnum : System.Enum
'Declaration Public Enum StretchEnum Inherits System.Enum
public enum StretchEnum : System.Enum
Member | Description |
---|---|
None | The content preserves its original size when the bounds are resized. |
Stretch | The content is resized with bounds accordingly. |
Uniform | The content is resized with bounds accordingly and preserves its native aspect ratio. |
System.Object
System.ValueType
System.Enum
C1.Win.Document.StretchEnum