Table of Contents

Class BorderSideSettings

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Specifies Border drawing settings for the individual side.

public class BorderSideSettings : ImmutableObject, IBaseObject, IDisposableObject, IDisposable, INotifyPropertyChanged
Inheritance
BorderSideSettings
Implements

Properties

Color

Gets or sets border color.

DecLength

Gets or sets whether to draw border with full length.

IncStartPoint

Gets or sets whether to draw border from the start point.

Width

Gets or sets border width.

Methods

Assign(BorderSideSettings)

Assign properties from another object.

GetBrush(Color)

Gets Brush which can be used to draw the border.

GetPen(Color)

Gets Pen which can be used to draw the border.