Table of Contents

Class DiagraphBox

Namespace
HeBianGu.Control.DiagraphBox
Assembly
HeBianGu.Control.DiagraphBox.dll
public class DiagraphBox : FrameworkElement, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
DiagraphBox
Implements
Inherited Members
Extension Methods

Fields

BackgroundProperty

public static readonly DependencyProperty BackgroundProperty

Field Value

DependencyProperty

FontSizeProperty

public static readonly DependencyProperty FontSizeProperty

Field Value

DependencyProperty

ForegroundProperty

public static readonly DependencyProperty ForegroundProperty

Field Value

DependencyProperty

GridBackgroundProperty

public static readonly DependencyProperty GridBackgroundProperty

Field Value

DependencyProperty

GridLineBrushProperty

public static readonly DependencyProperty GridLineBrushProperty

Field Value

DependencyProperty

GridMarginProperty

public static readonly DependencyProperty GridMarginProperty

Field Value

DependencyProperty

LargeLenProperty

public static readonly DependencyProperty LargeLenProperty

Field Value

DependencyProperty

ScaleProperty

public static readonly DependencyProperty ScaleProperty

Field Value

DependencyProperty

SmallLenProperty

public static readonly DependencyProperty SmallLenProperty

Field Value

DependencyProperty

SmallSplitBrushProperty

public static readonly DependencyProperty SmallSplitBrushProperty

Field Value

DependencyProperty

SmallSplitStrokeThicknessProperty

public static readonly DependencyProperty SmallSplitStrokeThicknessProperty

Field Value

DependencyProperty

SmallSplitValueProperty

public static readonly DependencyProperty SmallSplitValueProperty

Field Value

DependencyProperty

SplitBrushProperty

public static readonly DependencyProperty SplitBrushProperty

Field Value

DependencyProperty

SplitStrokeThickessProperty

public static readonly DependencyProperty SplitStrokeThickessProperty

Field Value

DependencyProperty

SplitValueProperty

public static readonly DependencyProperty SplitValueProperty

Field Value

DependencyProperty

StartXProperty

public static readonly DependencyProperty StartXProperty

Field Value

DependencyProperty

StartYProperty

public static readonly DependencyProperty StartYProperty

Field Value

DependencyProperty

TickVerticalAlignmentProperty

public static readonly DependencyProperty TickVerticalAlignmentProperty

Field Value

DependencyProperty

UseBorderProperty

public static readonly DependencyProperty UseBorderProperty

Field Value

DependencyProperty

UseBottomProperty

public static readonly DependencyProperty UseBottomProperty

Field Value

DependencyProperty

UseLeftProperty

public static readonly DependencyProperty UseLeftProperty

Field Value

DependencyProperty

UseRightProperty

public static readonly DependencyProperty UseRightProperty

Field Value

DependencyProperty

UseSmallSplitVerticalLineProperty

public static readonly DependencyProperty UseSmallSplitVerticalLineProperty

Field Value

DependencyProperty

UseSmallSpliteHorizontalLineProperty

public static readonly DependencyProperty UseSmallSpliteHorizontalLineProperty

Field Value

DependencyProperty

UseSplitHorizontalLineProperty

public static readonly DependencyProperty UseSplitHorizontalLineProperty

Field Value

DependencyProperty

UseSplitVerticalLineProperty

public static readonly DependencyProperty UseSplitVerticalLineProperty

Field Value

DependencyProperty

UseTextProperty

public static readonly DependencyProperty UseTextProperty

Field Value

DependencyProperty

UseTopProperty

public static readonly DependencyProperty UseTopProperty

Field Value

DependencyProperty

Properties

Background

public Brush Background { get; set; }

Property Value

Brush

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

FontSize

public double FontSize { get; set; }

Property Value

double

Foreground

public Brush Foreground { get; set; }

Property Value

Brush

GridBackground

public Brush GridBackground { get; set; }

Property Value

Brush

GridLineBrush

public Brush GridLineBrush { get; set; }

Property Value

Brush

GridMargin

public Thickness GridMargin { get; set; }

Property Value

Thickness

LargeLen

public double LargeLen { get; set; }

Property Value

double

Scale

public double Scale { get; set; }

Property Value

double

SmallLen

public double SmallLen { get; set; }

Property Value

double

SmallSplitBrush

public Brush SmallSplitBrush { get; set; }

Property Value

Brush

SmallSplitStrokeThickness

public double SmallSplitStrokeThickness { get; set; }

Property Value

double

SmallSplitValue

public int SmallSplitValue { get; set; }

Property Value

int

SplitBrush

public Brush SplitBrush { get; set; }

Property Value

Brush

SplitStrokeThickess

public double SplitStrokeThickess { get; set; }

Property Value

double

SplitValue

public int SplitValue { get; set; }

Property Value

int

StartX

public double StartX { get; set; }

Property Value

double

StartY

public double StartY { get; set; }

Property Value

double

TickVerticalAlignment

public VerticalAlignment TickVerticalAlignment { get; set; }

Property Value

VerticalAlignment

UseBorder

public bool UseBorder { get; set; }

Property Value

bool

UseBottom

public bool UseBottom { get; set; }

Property Value

bool

UseLeft

public bool UseLeft { get; set; }

Property Value

bool

UseRight

public bool UseRight { get; set; }

Property Value

bool

UseSmallSplitVerticalLine

public bool UseSmallSplitVerticalLine { get; set; }

Property Value

bool

UseSmallSpliteHorizontalLine

public bool UseSmallSpliteHorizontalLine { get; set; }

Property Value

bool

UseSplitHorizontalLine

public bool UseSplitHorizontalLine { get; set; }

Property Value

bool

UseSplitVerticalLine

public bool UseSplitVerticalLine { get; set; }

Property Value

bool

UseText

public bool UseText { get; set; }

Property Value

bool

UseTop

public bool UseTop { get; set; }

Property Value

bool

Methods

CreateFormattedText(double)

public FormattedText CreateFormattedText(double i)

Parameters

i double

Returns

FormattedText

DrawSplit(DrawingContext)

protected virtual void DrawSplit(DrawingContext dc)

Parameters

dc DrawingContext

OnRender(DrawingContext)

When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.

protected override void OnRender(DrawingContext dc)

Parameters

dc DrawingContext