C# Class Yuhan.WPF.VisualContainer.VisualCanvas

Inheritance: System.Windows.Controls.Primitives.Selector
Datei anzeigen Open project: hansuky/Yuhan

Public Properties

Property Type Description
BottomFieldNameProperty System.Windows.DependencyProperty
HeightFieldNameProperty System.Windows.DependencyProperty
ImageSourceProperty System.Windows.DependencyProperty
ImageStrechProperty System.Windows.DependencyProperty
IsEditableProperty System.Windows.DependencyProperty
LeftFieldNameProperty System.Windows.DependencyProperty
MinItemHeightProperty System.Windows.DependencyProperty
MinItemWidthProperty System.Windows.DependencyProperty
RightFieldNameProperty System.Windows.DependencyProperty
TopFieldNameProperty System.Windows.DependencyProperty
WidthFieldNameProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
IsEditableChanged void
VisualCanvas_MouseLeftButtonDown void
VisualCanvas_MouseLeftButtonUp void
VisualCanvas_MouseMove void

Public Methods

Method Description
InitItemContainerStyle ( ) : void
VisualCanvas ( ) : System

Protected Methods

Method Description
GenerateItemContainerStyle ( ) : System.Windows.Style
GetContainerForItemOverride ( ) : DependencyObject
OnBottomFieldNameChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnHeightFieldNameChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnLeftFieldNameChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnRightFieldNameChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTopFieldNameChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnWidthFieldNameChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Private Methods

Method Description
IsEditableChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
VisualCanvas_MouseLeftButtonDown ( object sender, System e ) : void
VisualCanvas_MouseLeftButtonUp ( object sender, System e ) : void
VisualCanvas_MouseMove ( object sender, System e ) : void

Method Details

GenerateItemContainerStyle() protected method

protected GenerateItemContainerStyle ( ) : System.Windows.Style
return System.Windows.Style

GetContainerForItemOverride() protected method

protected GetContainerForItemOverride ( ) : DependencyObject
return System.Windows.DependencyObject

InitItemContainerStyle() public method

public InitItemContainerStyle ( ) : void
return void

OnBottomFieldNameChanged() protected static method

protected static OnBottomFieldNameChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

OnHeightFieldNameChanged() protected static method

protected static OnHeightFieldNameChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

OnLeftFieldNameChanged() protected static method

protected static OnLeftFieldNameChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

OnRightFieldNameChanged() protected static method

protected static OnRightFieldNameChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

OnTopFieldNameChanged() protected static method

protected static OnTopFieldNameChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

OnWidthFieldNameChanged() protected static method

protected static OnWidthFieldNameChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

VisualCanvas() public method

public VisualCanvas ( ) : System
return System

Property Details

BottomFieldNameProperty public_oe static_oe property

public static DependencyProperty,System.Windows BottomFieldNameProperty
return System.Windows.DependencyProperty

HeightFieldNameProperty public_oe static_oe property

public static DependencyProperty,System.Windows HeightFieldNameProperty
return System.Windows.DependencyProperty

ImageSourceProperty public_oe static_oe property

public static DependencyProperty,System.Windows ImageSourceProperty
return System.Windows.DependencyProperty

ImageStrechProperty public_oe static_oe property

public static DependencyProperty,System.Windows ImageStrechProperty
return System.Windows.DependencyProperty

IsEditableProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsEditableProperty
return System.Windows.DependencyProperty

LeftFieldNameProperty public_oe static_oe property

public static DependencyProperty,System.Windows LeftFieldNameProperty
return System.Windows.DependencyProperty

MinItemHeightProperty public_oe static_oe property

public static DependencyProperty,System.Windows MinItemHeightProperty
return System.Windows.DependencyProperty

MinItemWidthProperty public_oe static_oe property

public static DependencyProperty,System.Windows MinItemWidthProperty
return System.Windows.DependencyProperty

RightFieldNameProperty public_oe static_oe property

public static DependencyProperty,System.Windows RightFieldNameProperty
return System.Windows.DependencyProperty

TopFieldNameProperty public_oe static_oe property

public static DependencyProperty,System.Windows TopFieldNameProperty
return System.Windows.DependencyProperty

WidthFieldNameProperty public_oe static_oe property

public static DependencyProperty,System.Windows WidthFieldNameProperty
return System.Windows.DependencyProperty