C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / StretchEnum Enumeration

StretchEnum Enumeration
Defines how line is drawn within shape.
Syntax
'Declaration
 
Public Enum StretchEnum 
   Inherits System.Enum
 
Members
MemberDescription
NoneThe content preserves its original size when the bounds are resized.
StretchThe content is resized with bounds accordingly.
UniformThe content is resized with bounds accordingly and preserves its native aspect ratio.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Document.StretchEnum

See Also