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
public interface IAnchoredDrawingGets or sets the anchor mode.
public Documents.Spreadsheet.DrawingAnchorMode AnchorMode { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.DrawingAnchorMode | Gets or sets the anchor mode. |
Gets or sets the starting anchor position.
public Documents.Spreadsheet.CellAnchor From { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.CellAnchor | Gets or sets the starting anchor position. |
Gets or sets the drawing height in pixels (OneCellAnchor only).
public double Height { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the drawing height in pixels (OneCellAnchor only). |
Gets or sets the ending anchor position (TwoCellAnchor only).
public Documents.Spreadsheet.CellAnchor To { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.CellAnchor | Gets or sets the ending anchor position (TwoCellAnchor only). |
Gets or sets the drawing width in pixels (OneCellAnchor only).
public double Width { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the drawing width in pixels (OneCellAnchor only). |