System.Object
IgbZoomSlider
ImplementsSystem.IDisposable
Namespace: IgniteUI.Blazor.Controls Assembly: IgniteUI.Blazor.dll Syntaxpublic class IgbZoomSlider : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors IgbZoomSlider() Declaration Properties ActualPixelScalingRatio Declaration
public double ActualPixelScalingRatio { get; set; }
Property Value Type Description System.Double AreThumbCalloutsEnabled Declaration
public bool AreThumbCalloutsEnabled { get; set; }
Property Value Type Description System.Boolean BarBrush Declaration
public string BarBrush { get; set; }
Property Value Type Description System.String BarExtent Declaration
public double BarExtent { get; set; }
Property Value Type Description System.Double BarOutline Declaration
public string BarOutline { get; set; }
Property Value Type Description System.String BarStrokeThickness Declaration
public double BarStrokeThickness { get; set; }
Property Value Type Description System.Double DefaultEventBehavior Declaration
protected override ControlEventBehavior DefaultEventBehavior { get; }
Property Value Overrides EndInset Declaration
public double EndInset { get; set; }
Property Value Type Description System.Double HigherCalloutBrush Declaration
public string HigherCalloutBrush { get; set; }
Property Value Type Description System.String HigherCalloutOutline Declaration
public string HigherCalloutOutline { get; set; }
Property Value Type Description System.String HigherCalloutStrokeThickness Declaration
public double HigherCalloutStrokeThickness { get; set; }
Property Value Type Description System.Double HigherCalloutTextColor Declaration
public string HigherCalloutTextColor { get; set; }
Property Value Type Description System.String HigherShadeBrush Declaration
public string HigherShadeBrush { get; set; }
Property Value Type Description System.String HigherShadeOutline Declaration
public string HigherShadeOutline { get; set; }
Property Value Type Description System.String HigherShadeStrokeThickness Declaration
public double HigherShadeStrokeThickness { get; set; }
Property Value Type Description System.Double HigherThumbBrush Declaration
public string HigherThumbBrush { get; set; }
Property Value Type Description System.String HigherThumbHeight Declaration
public double HigherThumbHeight { get; set; }
Property Value Type Description System.Double HigherThumbOutline Declaration
public string HigherThumbOutline { get; set; }
Property Value Type Description System.String HigherThumbRidgesBrush Declaration
public string HigherThumbRidgesBrush { get; set; }
Property Value Type Description System.String HigherThumbStrokeThickness Declaration
public double HigherThumbStrokeThickness { get; set; }
Property Value Type Description System.Double HigherThumbWidth Declaration
public double HigherThumbWidth { get; set; }
Property Value Type Description System.Double LowerCalloutBrush Declaration
public string LowerCalloutBrush { get; set; }
Property Value Type Description System.String LowerCalloutOutline Declaration
public string LowerCalloutOutline { get; set; }
Property Value Type Description System.String LowerCalloutStrokeThickness Declaration
public double LowerCalloutStrokeThickness { get; set; }
Property Value Type Description System.Double LowerCalloutTextColor Declaration
public string LowerCalloutTextColor { get; set; }
Property Value Type Description System.String LowerShadeBrush Declaration
public string LowerShadeBrush { get; set; }
Property Value Type Description System.String LowerShadeOutline Declaration
public string LowerShadeOutline { get; set; }
Property Value Type Description System.String LowerShadeStrokeThickness Declaration
public double LowerShadeStrokeThickness { get; set; }
Property Value Type Description System.Double LowerThumbBrush Declaration
public string LowerThumbBrush { get; set; }
Property Value Type Description System.String LowerThumbHeight Declaration
public double LowerThumbHeight { get; set; }
Property Value Type Description System.Double LowerThumbOutline Declaration
public string LowerThumbOutline { get; set; }
Property Value Type Description System.String LowerThumbRidgesBrush Declaration
public string LowerThumbRidgesBrush { get; set; }
Property Value Type Description System.String LowerThumbStrokeThickness Declaration
public double LowerThumbStrokeThickness { get; set; }
Property Value Type Description System.Double LowerThumbWidth Declaration
public double LowerThumbWidth { get; set; }
Property Value Type Description System.Double MaxZoomWidth Declaration
public double MaxZoomWidth { get; set; }
Property Value Type Description System.Double MinZoomWidth Declaration
public double MinZoomWidth { get; set; }
Property Value Type Description System.Double Orientation Declaration
public ZoomSliderOrientation Orientation { get; set; }
Property Value PanTransitionDuration Declaration
public int PanTransitionDuration { get; set; }
Property Value Type Description System.Int32 PixelScalingRatio
Gets or sets the scaling value used to affect the pixel density of the control.
Declarationpublic double PixelScalingRatio { get; set; }
Property Value Type Description System.Double RangeThumbBrush Declaration
public string RangeThumbBrush { get; set; }
Property Value Type Description System.String RangeThumbOutline Declaration
public string RangeThumbOutline { get; set; }
Property Value Type Description System.String RangeThumbRidgesBrush Declaration
public string RangeThumbRidgesBrush { get; set; }
Property Value Type Description System.String RangeThumbStrokeThickness Declaration
public double RangeThumbStrokeThickness { get; set; }
Property Value Type Description System.Double ResolvingAxisValue Declaration
public Action<IgbZoomSliderResolvingAxisValueEventArgs> ResolvingAxisValue { get; set; }
Property Value ResolvingAxisValueScript Declaration
public string ResolvingAxisValueScript { get; set; }
Property Value Type Description System.String StartInset Declaration
public double StartInset { get; set; }
Property Value Type Description System.Double ThumbCalloutFontFamily Declaration
public string ThumbCalloutFontFamily { get; set; }
Property Value Type Description System.String ThumbCalloutFontSize Declaration
public double ThumbCalloutFontSize { get; set; }
Property Value Type Description System.Double ThumbCalloutFontStyle Declaration
public string ThumbCalloutFontStyle { get; set; }
Property Value Type Description System.String ThumbCalloutFontWeight Declaration
public string ThumbCalloutFontWeight { get; set; }
Property Value Type Description System.String TrackEndInset Declaration
public double TrackEndInset { get; set; }
Property Value Type Description System.Double TrackStartInset Declaration
public double TrackStartInset { get; set; }
Property Value Type Description System.Double Type Declaration
public override string Type { get; }
Property Value Type Description System.String Overrides WindowRect Declaration
public Rect WindowRect { get; set; }
Property Value WindowRectChanged Declaration
public Action<IgbRectChangedEventArgs> WindowRectChanged { get; set; }
Property Value WindowRectChangedScript Declaration
public string WindowRectChangedScript { get; set; }
Property Value Type Description System.String Methods EnsureModulesLoaded() Declaration
protected override void EnsureModulesLoaded()
Overrides FindByName(String) Declaration
public override object FindByName(string name)
Parameters Type Name Description System.String name Returns Type Description System.Object Overrides Flush() Declaration FlushAsync() Declaration Returns Type Description System.Threading.Tasks.Task Hide() Declaration HideAsync()
Hides the ZoomSlider.
Declaration Returns Type Description System.Threading.Tasks.Task OnAttachedToUI() Declarationpublic void OnAttachedToUI()
OnAttachedToUIAsync() Declaration
public Task OnAttachedToUIAsync()
Returns Type Description System.Threading.Tasks.Task OnDetachedFromUI() Declaration
public void OnDetachedFromUI()
OnDetachedFromUIAsync() Declaration
public Task OnDetachedFromUIAsync()
Returns Type Description System.Threading.Tasks.Task ProvideContainer(Object) Declaration
public void ProvideContainer(object container)
Parameters Type Name Description System.Object container ProvideContainerAsync(Object)
Called by the UI framework to provide a UI container for rendering this control.
Declarationpublic Task ProvideContainerAsync(object container)
Parameters Type Name Description System.Object container
The UI container element.
Returns Type Description System.Threading.Tasks.Task Show() Declaration ShowAsync()Shows the ZoomSlider.
Declaration Returns Type Description System.Threading.Tasks.Task TrackDirty() Declaration TrackDirtyAsync() Declarationpublic Task TrackDirtyAsync()
Returns Type Description System.Threading.Tasks.Task Implements
System.IDisposable
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4