Interface
IRangeSelectorElement

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public interface IRangeSelectorElement

Properties

AssociatedViewEnd

Declaration

cs-api-definition
float AssociatedViewEnd { get; set; }

Property Value

float

AssociatedViewStart

Declaration

cs-api-definition
float AssociatedViewStart { get; set; }

Property Value

float

RangeSelectorViewEnd

Declaration

cs-api-definition
float RangeSelectorViewEnd { get; set; }

Property Value

float

RangeSelectorViewStart

Declaration

cs-api-definition
float RangeSelectorViewStart { get; set; }

Property Value

float

RangeSelectorViewZoomEnd

Declaration

cs-api-definition
float RangeSelectorViewZoomEnd { get; set; }

Property Value

float

RangeSelectorViewZoomStart

Declaration

cs-api-definition
float RangeSelectorViewZoomStart { get; set; }

Property Value

float

Methods

GetBottomRightScales()

Declaration

cs-api-definition
List<RangeSelectorScaleContainerElement> GetBottomRightScales()

Returns

List<RangeSelectorScaleContainerElement>

GetTopLeftScales()

Declaration

cs-api-definition
List<RangeSelectorScaleContainerElement> GetTopLeftScales()

Returns

List<RangeSelectorScaleContainerElement>

InitializeRangeSelectorView(float, float)

Declaration

cs-api-definition
void InitializeRangeSelectorView(float width, float height)

Parameters

width

float

height

float

UpdateAssociatedView()

Declaration

cs-api-definition
void UpdateAssociatedView()

UpdateRangeSelectorView()

Declaration

cs-api-definition
void UpdateRangeSelectorView()

Events

RefreshNeeded

Declaration

cs-api-definition
event EventHandler RefreshNeeded

Event Value

EventHandler