[]
        
(Showing Draft Content)

C1.Win.Map.CornerRadius

CornerRadius Class

Represents the corner radius of the border.

Inheritance
CornerRadius
Namespace: C1.Win.Map
Assembly: C1.Win.Map.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class CornerRadius : StyleObject

Constructors

Name Description
CornerRadius(CornerRadius)

Creates a new instance of CornerRadius class.

CornerRadius(CornerRadius, CornerRadius)

Creates a new instance of CornerRadius class.

Properties

Name Description
All

Gets or sets the radius of all corners.

BottomLeft

Gets or sets the radius of bottom left corner.

BottomRight

Gets or sets the radius of bottom right corner.

TopLeft

Gets or sets the radius of top left corner.

TopRight

Gets or sets the radius of top right corner.

Methods

Name Description
ResetAll()

Resets the All to default state.

ResetBottomLeft()

Resets the BottomLeft to default state.

ResetBottomRight()

Resets the BottomRight to default state.

ResetTopLeft()

Resets the TopLeft to default state.

ResetTopRight()

Resets the TopRight to default state.

ShouldSerializeAll()

Returns false if All is in default state.

ShouldSerializeBottomLeft()

Returns false if BottomLeft is in default state.

ShouldSerializeBottomRight()

Returns false if BottomRight is in default state.

ShouldSerializeTopLeft()

Returns false if TopLeft is in default state.

ShouldSerializeTopRight()

Returns false if TopRight is in default state.