ComponentOne RichTextBox for WPF and Silverlight
C1BorderFlags Enumeration

C1.WPF.RichTextBox Namespace : C1BorderFlags Enumeration
An flag enumeration to list border sides.
Syntax
'Declaration
 
Public Enum C1BorderFlags 
   Inherits System.Enum
public enum C1BorderFlags : System.Enum 
Members
MemberDescription
AllAll border sides.
BottomBottom border side.
HorizontalInternal horizontal border sides.
InsideInternal border sides.
LeftLeft border side.
NoneNo border size.
OutsideOutside border sides.
RightRight border side.
TopTop border side.
VerticalInternal vertical border sides.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.RichTextBox.C1BorderFlags

See Also

Reference

C1.WPF.RichTextBox Namespace