Class
StretchEventArgs

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class StretchEventArgs : EventArgs

Inheritance: objectEventArgsStretchEventArgs

Inherited Members EventArgs.Empty

Constructors

StretchEventArgs(bool, bool)

Declaration

cs-api-definition
public StretchEventArgs(bool isStretchHorizontal, bool stretchValue)

Parameters

isStretchHorizontal

bool

stretchValue

bool

Fields

IsStretchHorizontal

Declaration

cs-api-definition
public readonly bool IsStretchHorizontal

Field Value

bool

StretchValue

Declaration

cs-api-definition
public readonly bool StretchValue

Field Value

bool