ComponentOne Document Library for WPF
LineSlantEnum Enumeration

C1.WPF.Document.4 Assembly > C1.WPF.Document Namespace : LineSlantEnum Enumeration
Defines how line is drawn within shape.
Syntax
'Declaration
 
Public Enum LineSlantEnum 
   Inherits System.Enum
public enum LineSlantEnum : System.Enum 
Members
MemberDescription
DownRender field as a line between the left-top and right-bottom corners of the field box.
NoLineNo line.
NoSlantRender field as a vertical line (if Height > Width) or as a horizontal line (if Width > Height).
UpRender field as a line between the left-bottom and right-top corners of the field box.
Inheritance Hierarchy

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

See Also

Reference

C1.WPF.Document Namespace