IAnchoredDrawing Interface

Represents a drawing on a spreadsheet sheet positioned through cell anchors, such as a SheetImage or a SheetChart.

Namespace: Radzen.Documents.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public interface IAnchoredDrawing

Properties

AnchorModelink

Gets or sets the anchor mode.

Declaration
public Documents.Spreadsheet.DrawingAnchorMode AnchorMode { get; set; }
Property Value
Type Description
Documents.Spreadsheet.DrawingAnchorModeGets or sets the anchor mode.

Fromlink

Gets or sets the starting anchor position.

Declaration
public Documents.Spreadsheet.CellAnchor From { get; set; }
Property Value
Type Description
Documents.Spreadsheet.CellAnchorGets or sets the starting anchor position.

Heightlink

Gets or sets the drawing height in pixels (OneCellAnchor only).

Declaration
public double Height { get; set; }
Property Value
Type Description
doubleGets or sets the drawing height in pixels (OneCellAnchor only).

Tolink

Gets or sets the ending anchor position (TwoCellAnchor only).

Declaration
public Documents.Spreadsheet.CellAnchor To { get; set; }
Property Value
Type Description
Documents.Spreadsheet.CellAnchorGets or sets the ending anchor position (TwoCellAnchor only).

Widthlink

Gets or sets the drawing width in pixels (OneCellAnchor only).

Declaration
public double Width { get; set; }
Property Value
Type Description
doubleGets or sets the drawing width in pixels (OneCellAnchor only).
In This Article
An error has occurred. This app may no longer respond until reloaded. Reload 🗙