Table of Contents

Interface IMark

Namespace
HeBianGu.Control.LayerBox
Assembly
HeBianGu.Control.LayerBox.dll
public interface IMark : ICloneable
Inherited Members
Extension Methods

Properties

Data

string Data { get; set; }

Property Value

string

End

Point End { get; set; }

Property Value

Point

Fill

Brush Fill { get; set; }

Property Value

Brush

Geometry

Geometry Geometry { get; set; }

Property Value

Geometry

IsVisible

bool IsVisible { get; set; }

Property Value

bool

Name

string Name { get; set; }

Property Value

string

Start

Point Start { get; set; }

Property Value

Point

Stroke

Brush Stroke { get; set; }

Property Value

Brush

StrokeThickness

double StrokeThickness { get; set; }

Property Value

double