Class
UISettings

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public class UISettings : PropertyChangedBase, INotifyPropertyChanged

Inheritance: objectPropertyChangedBaseUISettings

Implements: INotifyPropertyChanged

Inherited Members PropertyChangedBase.OnPropertyChanged(PropertyChangedEventArgs)PropertyChangedBase.OnPropertyChanged(string)PropertyChangedBase.OnPropertyChanged<T>(Expression<Func<T>>)PropertyChangedBase.PropertyChanged

Constructors

UISettings()

Declaration

cs-api-definition
public UISettings()

Fields

DefaultHorizontalGap

Declaration

cs-api-definition
public const double DefaultHorizontalGap = -1

Field Value

double

DefaultVerticalGap

Declaration

cs-api-definition
public const double DefaultVerticalGap = -1

Field Value

double

Properties

HorizontalGap

Declaration

cs-api-definition
public double HorizontalGap { get; set; }

Property Value

double

VerticalGap

Declaration

cs-api-definition
public double VerticalGap { get; set; }

Property Value

double