Class UISettings
Inherited Members
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class UISettings : PropertyChangedBase, INotifyPropertyChanged
Constructors
UISettings()
Declaration
public UISettings()
Fields
DefaultHorizontalGap
Declaration
public const double DefaultHorizontalGap = -1
Field Value
System.Double
|
DefaultVerticalGap
Declaration
public const double DefaultVerticalGap = -1
Field Value
System.Double
|
Properties
HorizontalGap
Declaration
public double HorizontalGap { get; set; }
Property Value
System.Double
|
VerticalGap
Declaration
public double VerticalGap { get; set; }
Property Value
System.Double
|