Class MarkBase
public abstract class MarkBase : DisplayerViewModelBase, INotifyPropertyChanged, IDisplayer, IMark, ICloneable
- Inheritance
-
MarkBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
Bound
public Rect Bound { get; }
Property Value
Data
说明
public string Data { get; set; }
Property Value
End
说明
public Point End { get; set; }
Property Value
Fill
说明
public Brush Fill { get; set; }
Property Value
Geometry
说明
public Geometry Geometry { get; set; }
Property Value
IsVisible
[Display(Name = "显示/隐藏")]
public bool IsVisible { get; set; }
Property Value
Start
说明
public Point Start { get; set; }
Property Value
Stroke
说明
public Brush Stroke { get; set; }
Property Value
StrokeThickness
说明
public double StrokeThickness { get; set; }
Property Value
Methods
Clone()
Creates a new object that is a copy of the current instance.
public object Clone()
Returns
- object
A new object that is a copy of this instance.