Class ResizeDecorationUILayer
Represents the resize decoration UI layer.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets.Layers
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class ResizeDecorationUILayer : WorksheetUILayerBase, INamedObject
Constructors
ResizeDecorationUILayer()
Initializes a new instance of the Resize
Declaration
public ResizeDecorationUILayer()
Properties
Name
Gets the name of the layer.
Declaration
public override string Name { get; }
Property Value
System. The name of the layer. |
Overrides
Methods
Clear()
Clears this instance by removing all UI elements and returning them in the pool.
Declaration
public override void Clear()
Overrides
CreateResizingLine()
Creates the resizing line.
Declaration
public Line CreateResizingLine()
Returns
System. The resizing line. |
TranslateAndScale(UIUpdateContext)
Translates and scales the UI elements of the layer.
Declaration
protected override void TranslateAndScale(UIUpdateContext updateContext)
Parameters
UIUpdate The update context. |
Overrides
UpdateUIOverride(WorksheetUIUpdateContextBase)
Updates the UI.
Declaration
public override void UpdateUIOverride(WorksheetUIUpdateContextBase updateContext)
Parameters
Worksheet The update context. |