ClassResizeDecorationUILayer
Class
Represents the resize decoration UI layer.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets.Layers
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class ResizeDecorationUILayer : WorksheetUILayerBase, INamedObject
Inheritance: objectUILayerPooledUILayerWorksheetUILayerBaseResizeDecorationUILayer
Implements:
Inherited Members
Constructors
ResizeDecorationUILayer()
Initializes a new instance of the ResizeDecorationUILayer class.
Declaration
cs-api-definition
public ResizeDecorationUILayer()
Properties
Methods
Clear()
Clears this instance by removing all UI elements and returning them in the pool.
Declaration
cs-api-definition
public override void Clear()
Overrides
CreateResizingLine()
Creates the resizing line.
Declaration
cs-api-definition
public Line CreateResizingLine()
Returns
Line
The resizing line.
TranslateAndScale(UIUpdateContext)
Translates and scales the UI elements of the layer.
Declaration
cs-api-definition
protected override void TranslateAndScale(UIUpdateContext updateContext)
Parameters
updateContext
The update context.
Overrides
UpdateUIOverride(WorksheetUIUpdateContextBase)
Updates the UI.
Declaration
cs-api-definition
public override void UpdateUIOverride(WorksheetUIUpdateContextBase updateContext)
Parameters
updateContext
The update context.
Overrides