Class OdfMarker
Represents a named ODF line-marker definition. 表示具名稱的 ODF 線段標記定義。
public sealed class OdfMarker
- Inheritance
-
OdfMarker
- Inherited Members
Properties
DisplayName
Gets or sets the marker display name. 取得或設定標記顯示名稱。
public string? DisplayName { get; set; }
Property Value
Name
Gets the marker name. 取得標記名稱。
public string Name { get; }
Property Value
PathData
Gets or sets the SVG path data. 取得或設定 SVG 路徑資料。
public string PathData { get; set; }
Property Value
ViewBox
Gets or sets the SVG view box. 取得或設定 SVG 檢視方塊。
public string ViewBox { get; set; }