Class RadSpreadsheetStatusBar
Inheritance
System.Object
RadSpreadsheetStatusBar
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class RadSpreadsheetStatusBar : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadSpreadsheetStatusBar()
Declaration
public RadSpreadsheetStatusBar()
Fields
ActiveSheetEditorProperty
ScaleFactorProperty
ScaleTrackBarWidthProperty
Properties
ActiveSheetEditor
Gets or sets the active sheet editor.
Declaration
public IRadSheetEditor ActiveSheetEditor { get; set; }
Property Value
IRad The active sheet editor. |
ScaleFactor
Gets or sets the scale factor.
Declaration
public SizeF ScaleFactor { get; set; }
Property Value
System. The scale factor. |
ScaleTrackBarWidth
Gets or sets the scale factor trackbar width.
Declaration
public float ScaleTrackBarWidth { get; set; }
Property Value
System. The scale factor. |
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.
|
Returns
System.
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateCustomScaleDialogButton()
Declaration
protected virtual RadButtonElement CreateCustomScaleDialogButton()
Returns
CreateLabelElement()
CreateScaleTrackBar()
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.
|
Returns
System.
|
Overrides
ScaleFactorCoefficientToPercent(Single)
Declaration
protected virtual float ScaleFactorCoefficientToPercent(float value)
Parameters
System.
|
Returns
System.
|
SetSliderScaleFactor(SizeF)
Sets the slider scale factor.
Declaration
public void SetSliderScaleFactor(SizeF scaleFactor)
Parameters
System. The scale factor. |