Table of Contents

Class GridLayer

Namespace
HeBianGu.Control.LayerBox
Assembly
HeBianGu.Control.LayerBox.dll
public class GridLayer : Layer, ILayer
Inheritance
GridLayer
Implements
Inherited Members
Extension Methods

Fields

CrossStrokeProperty

public static readonly DependencyProperty CrossStrokeProperty

Field Value

DependencyProperty

CrossStrokeThicknessProperty

public static readonly DependencyProperty CrossStrokeThicknessProperty

Field Value

DependencyProperty

HoriSpanProperty

public static readonly DependencyProperty HoriSpanProperty

Field Value

DependencyProperty

VertSpanProperty

public static readonly DependencyProperty VertSpanProperty

Field Value

DependencyProperty

Properties

CrossStroke

[Display(Name = "中线颜色", GroupName = "数据")]
public Brush CrossStroke { get; set; }

Property Value

Brush

CrossStrokeThickness

[Display(Name = "中线粗细", GroupName = "数据")]
public double CrossStrokeThickness { get; set; }

Property Value

double

HoriSpan

[Display(Name = "水平间隔", GroupName = "数据")]
public int HoriSpan { get; set; }

Property Value

int

VertSpan

[Display(Name = "垂直间隔", GroupName = "数据")]
public int VertSpan { get; set; }

Property Value

int

Methods

Draw(IDrawing)

public override void Draw(IDrawing drawing)

Parameters

drawing IDrawing

GetPen()

public override Pen GetPen()

Returns

Pen

OnScaleChanged(object, ObjectRoutedEventArgs<Tuple<double, double>>)

public override void OnScaleChanged(object sender, ObjectRoutedEventArgs<Tuple<double, double>> e)

Parameters

sender object
e ObjectRoutedEventArgs<Tuple<double, double>>