Struct
ResizeOptions

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public struct ResizeOptions

Inherited Members ValueType.Equals(object)ValueType.GetHashCode()ValueType.ToString()

Properties

ResizeMinutes

Gets or sets the minutes which are added after resizing.

Declaration

cs-api-definition
public int ResizeMinutes { get; set; }

Property Value

int

ResizeMode

Gets or sets the resize mode.

Declaration

cs-api-definition
public Orientation ResizeMode { get; set; }

Property Value

Orientation

ResizeOffset

Gets or sets the resize start offset.

Declaration

cs-api-definition
public float ResizeOffset { get; set; }

Property Value

float