ComponentOne RichTextBox for UWP
C1BorderFlags Enumeration

C1.Xaml.RichTextBox Namespace : C1BorderFlags Enumeration
An flag enumeration to list border sides.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum C1BorderFlags 
   Inherits System.Enum
[System.Flags()]
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.Xaml.RichTextBox.C1BorderFlags

See Also

Reference

C1.Xaml.RichTextBox Namespace