Class ImageEditorZoomElement
Inheritance
System.Object
ImageEditorZoomElement
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.UI.dll
Syntax
public class ImageEditorZoomElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
ImageEditorZoomElement(RadImageEditorElement)
Declaration
public ImageEditorZoomElement(RadImageEditorElement imageEditorElement)
Parameters
RadImageEditorElement
imageEditorElement
|
Fields
DropDownWidthProperty
TrackBarWidthProperty
Properties
DropDownList
Declaration
public RadDropDownListElement DropDownList { get; }
Property Value
RadDropDownListElement
|
DropDownWidth
Declaration
public int DropDownWidth { get; set; }
Property Value
System.Int32
|
TrackBar
TrackBarWidth
Declaration
public int TrackBarWidth { get; set; }
Property Value
System.Int32
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateDropDownList()
Declaration
protected virtual RadDropDownListElement CreateDropDownList()
Returns
RadDropDownListElement
|
CreateTrackBar()
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
GetAutoZoomFactor()
Declaration
protected virtual float GetAutoZoomFactor()
Returns
System.Single
|
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnLoaded()
SetZoomFactor()
Declaration
protected virtual void SetZoomFactor()
UnwireEvents()
Declaration
protected virtual void UnwireEvents()
UpdateAutoZoom()
Declaration
protected virtual void UpdateAutoZoom()
WireEvents()
Declaration
protected virtual void WireEvents()