Partilhar via


Propriedade RightBorder

Properties of the right border.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property RightBorder As Border
    Get
    Set
'Uso
Dim instance As Style
Dim value As Border

value = instance.RightBorder

instance.RightBorder = value
public Border RightBorder { get; set; }
public:
property Border^ RightBorder {
    Border^ get ();
    void set (Border^ value);
}
member RightBorder : Border with get, set
function get RightBorder () : Border
function set RightBorder (value : Border)