FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / Border Class
Properties Methods Events


In This Topic
    Border Class Members
    In This Topic

    The following tables list the members exposed by Border.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the Line object defining bottom edge of the border.  
    Public PropertyGets or sets the color of all sides of the border. If different sides of the border have different colors, gets Color.Empty. Setting this property to null does not have any effect.  
    Public PropertyGets or sets the CornerRadius structure defining the corners' radii of the rounded border.  
    Public PropertyGets the Line object defining left edge of the border.  
    Public PropertyGets the Line object defining right edge of the border.  
    Public PropertyGets or sets the style of all sides of the border. If different sides of the border have different styles, gets null. Setting this property to null does not have any effect.  
    Public PropertyGets the Line object defining top edge of the border.  
    Public PropertyGets or sets the width of all sides of the border. If different sides of the border have different widths, gets null. Setting this property to null does not have any effect.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Assigns (copies) properties from another Border to the current object.  
    Public MethodCreates a copy of this object. (Inherited from C1.Xaml.Document.VisualPrimitive)
    Public MethodOverridden. Compares this Border object with another Border object returns true if objects represent same border.  
    Public MethodOverridden. Creates an object of the same type as the current object.  
    Public MethodResets all properties to default values.  
    Public MethodIndicates whether any property of this object has changed from its default value.  
    Public Method  
    Top
    Protected Methods
    Public Events
     NameDescription
    Public EventOccurs when a property value changes. (Inherited from C1.Xaml.Document.VisualPrimitive)
    Top
    See Also