Class GridLayer
public class GridLayer : Layer, ILayer
- Inheritance
-
GridLayer
- Implements
- Inherited Members
- Extension Methods
Fields
CrossStrokeProperty
public static readonly DependencyProperty CrossStrokeProperty
Field Value
CrossStrokeThicknessProperty
public static readonly DependencyProperty CrossStrokeThicknessProperty
Field Value
HoriSpanProperty
public static readonly DependencyProperty HoriSpanProperty
Field Value
VertSpanProperty
public static readonly DependencyProperty VertSpanProperty
Field Value
Properties
CrossStroke
[Display(Name = "中线颜色", GroupName = "数据")]
public Brush CrossStroke { get; set; }
Property Value
CrossStrokeThickness
[Display(Name = "中线粗细", GroupName = "数据")]
public double CrossStrokeThickness { get; set; }
Property Value
HoriSpan
[Display(Name = "水平间隔", GroupName = "数据")]
public int HoriSpan { get; set; }
Property Value
VertSpan
[Display(Name = "垂直间隔", GroupName = "数据")]
public int VertSpan { get; set; }
Property Value
Methods
Draw(IDrawing)
public override void Draw(IDrawing drawing)
Parameters
drawing
IDrawing
GetPen()
public override Pen GetPen()
Returns
OnScaleChanged(object, ObjectRoutedEventArgs<Tuple<double, double>>)
public override void OnScaleChanged(object sender, ObjectRoutedEventArgs<Tuple<double, double>> e)
Parameters
sender
objecte
ObjectRoutedEventArgs<Tuple<double, double>>