Class
RadMapBorder

Represents the RadMapBorder class

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public class RadMapBorder

Inheritance: objectRadMapBorder

Constructors

RadMapBorder(Border)

Represents the RadMapBorder class

Declaration

cs-api-definition
public RadMapBorder(Border border)

Parameters

border

Border

Properties

Border

Get and Set the Border

Declaration

cs-api-definition
public Border Border { get; }

Property Value

Border

BorderBrushColor

Get the BorderBrush color

Declaration

cs-api-definition
public Color BorderBrushColor { get; }

Property Value

Color

BorderColorValue

Get the selected color RGB representation. Example: '255:0:0'.

Declaration

cs-api-definition
public string BorderColorValue { get; }

Property Value

string

CanvasBottom

Get the Border CanvasBottom

Declaration

cs-api-definition
public double CanvasBottom { get; }

Property Value

double

CanvasLeft

Get the Border CanvasLeft

Declaration

cs-api-definition
public double CanvasLeft { get; }

Property Value

double

CanvasRight

Get the Border CanvasRight

Declaration

cs-api-definition
public double CanvasRight { get; }

Property Value

double

CanvasTop

Get the Border CanvasTop

Declaration

cs-api-definition
public double CanvasTop { get; }

Property Value

double

Color

Get the Border color

Declaration

cs-api-definition
public Color Color { get; }

Property Value

Color

GradientStops

Get the GradientStops color

Declaration

cs-api-definition
public List<GradientStop> GradientStops { get; }

Property Value

List<GradientStop>

Height

Get the Border height

Declaration

cs-api-definition
public double Height { get; }

Property Value

double

Visibility

Get the Border visibility

Declaration

cs-api-definition
public Visibility Visibility { get; }

Property Value

Visibility

Width

Get the Border width

Declaration

cs-api-definition
public double Width { get; }

Property Value

double

ZIndex

Get the Border ZIndex

Declaration

cs-api-definition
public int ZIndex { get; }

Property Value

int