C# Class SimpleSkin.Helpers.DraggableVisualAttachedProperty

Datei anzeigen Open project: Invenietis/ck-certified

Public Properties

Property Type Description
DraggableVisualProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetDraggableVisual ( DependencyObject obj ) : bool
SetDraggableVisual ( DependencyObject obj, bool value ) : void

Method Details

GetDraggableVisual() public static method

public static GetDraggableVisual ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
return bool

SetDraggableVisual() public static method

public static SetDraggableVisual ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
return void

Property Details

DraggableVisualProperty public_oe static_oe property

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