Struct ResizeOptions
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public struct ResizeOptions
Properties
ResizeMinutes
Gets or sets the minutes which are added after resizing.
Declaration
public int ResizeMinutes { get; set; }
Property Value
System.Int32
|
ResizeMode
Gets or sets the resize mode.
Declaration
public Orientation ResizeMode { get; set; }
Property Value
System.Windows.Forms.Orientation
|
ResizeOffset
Gets or sets the resize start offset.
Declaration
public float ResizeOffset { get; set; }
Property Value
System.Single
|