[]
        
(Showing Draft Content)

C1.WPF.Document.LineSlantEnum

LineSlantEnum Enum

Defines how line is drawn within shape.

Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public enum LineSlantEnum

Fields

Name Description
Down

Render field as a line between the left-top and right-bottom corners of the field box.

NoLine

No line.

NoSlant

Render field as a vertical line (if Height > Width) or as a horizontal line (if Width > Height).

Up

Render field as a line between the left-bottom and right-top corners of the field box.