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
FontSizeProperty
public static readonly DependencyProperty FontSizeProperty
Field Value
ForegroundProperty
public static readonly DependencyProperty ForegroundProperty
Field Value
GridBackgroundProperty
public static readonly DependencyProperty GridBackgroundProperty
Field Value
GridLineBrushProperty
public static readonly DependencyProperty GridLineBrushProperty
Field Value
GridMarginProperty
public static readonly DependencyProperty GridMarginProperty
Field Value
LargeLenProperty
public static readonly DependencyProperty LargeLenProperty
Field Value
ScaleProperty
public static readonly DependencyProperty ScaleProperty
Field Value
SmallLenProperty
public static readonly DependencyProperty SmallLenProperty
Field Value
SmallSplitBrushProperty
public static readonly DependencyProperty SmallSplitBrushProperty
Field Value
SmallSplitStrokeThicknessProperty
public static readonly DependencyProperty SmallSplitStrokeThicknessProperty
Field Value
SmallSplitValueProperty
public static readonly DependencyProperty SmallSplitValueProperty
Field Value
SplitBrushProperty
public static readonly DependencyProperty SplitBrushProperty
Field Value
SplitStrokeThickessProperty
public static readonly DependencyProperty SplitStrokeThickessProperty
Field Value
SplitValueProperty
public static readonly DependencyProperty SplitValueProperty
Field Value
StartXProperty
public static readonly DependencyProperty StartXProperty
Field Value
StartYProperty
public static readonly DependencyProperty StartYProperty
Field Value
TickVerticalAlignmentProperty
public static readonly DependencyProperty TickVerticalAlignmentProperty
Field Value
UseBorderProperty
public static readonly DependencyProperty UseBorderProperty
Field Value
UseBottomProperty
public static readonly DependencyProperty UseBottomProperty
Field Value
UseLeftProperty
public static readonly DependencyProperty UseLeftProperty
Field Value
UseRightProperty
public static readonly DependencyProperty UseRightProperty
Field Value
UseSmallSplitVerticalLineProperty
public static readonly DependencyProperty UseSmallSplitVerticalLineProperty
Field Value
UseSmallSpliteHorizontalLineProperty
public static readonly DependencyProperty UseSmallSpliteHorizontalLineProperty
Field Value
UseSplitHorizontalLineProperty
public static readonly DependencyProperty UseSplitHorizontalLineProperty
Field Value
UseSplitVerticalLineProperty
public static readonly DependencyProperty UseSplitVerticalLineProperty
Field Value
UseTextProperty
public static readonly DependencyProperty UseTextProperty
Field Value
UseTopProperty
public static readonly DependencyProperty UseTopProperty
Field Value
Properties
Background
public Brush Background { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
FontSize
public double FontSize { get; set; }
Property Value
Foreground
public Brush Foreground { get; set; }
Property Value
GridBackground
public Brush GridBackground { get; set; }
Property Value
GridLineBrush
public Brush GridLineBrush { get; set; }
Property Value
GridMargin
public Thickness GridMargin { get; set; }
Property Value
LargeLen
public double LargeLen { get; set; }
Property Value
Scale
public double Scale { get; set; }
Property Value
SmallLen
public double SmallLen { get; set; }
Property Value
SmallSplitBrush
public Brush SmallSplitBrush { get; set; }
Property Value
SmallSplitStrokeThickness
public double SmallSplitStrokeThickness { get; set; }
Property Value
SmallSplitValue
public int SmallSplitValue { get; set; }
Property Value
SplitBrush
public Brush SplitBrush { get; set; }
Property Value
SplitStrokeThickess
public double SplitStrokeThickess { get; set; }
Property Value
SplitValue
public int SplitValue { get; set; }
Property Value
StartX
public double StartX { get; set; }
Property Value
StartY
public double StartY { get; set; }
Property Value
TickVerticalAlignment
public VerticalAlignment TickVerticalAlignment { get; set; }
Property Value
UseBorder
public bool UseBorder { get; set; }
Property Value
UseBottom
public bool UseBottom { get; set; }
Property Value
UseLeft
public bool UseLeft { get; set; }
Property Value
UseRight
public bool UseRight { get; set; }
Property Value
UseSmallSplitVerticalLine
public bool UseSmallSplitVerticalLine { get; set; }
Property Value
UseSmallSpliteHorizontalLine
public bool UseSmallSpliteHorizontalLine { get; set; }
Property Value
UseSplitHorizontalLine
public bool UseSplitHorizontalLine { get; set; }
Property Value
UseSplitVerticalLine
public bool UseSplitVerticalLine { get; set; }
Property Value
UseText
public bool UseText { get; set; }
Property Value
UseTop
public bool UseTop { get; set; }
Property Value
Methods
CreateFormattedText(double)
public FormattedText CreateFormattedText(double i)
Parameters
i
double
Returns
DrawSplit(DrawingContext)
protected virtual void DrawSplit(DrawingContext dc)
Parameters
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)