C# Class ICSharpCode.WpfDesign.Designer.Controls.DesignerThumb

A thumb where the look can depend on the IsPrimarySelection property.
Inheritance: System.Windows.Controls.Primitives.Thumb
Show file Open project: icsharpcode/WpfDesigner Class Usage Examples

Public Properties

Property Type Description
Alignment PlacementAlignment
IsPrimarySelectionProperty System.Windows.DependencyProperty
OperationMenuProperty System.Windows.DependencyProperty
ThumbVisibleProperty System.Windows.DependencyProperty

Public Methods

Method Description
ReDraw ( ) : void

Private Methods

Method Description
DesignerThumb ( ) : System.Windows

Method Details

ReDraw() public method

public ReDraw ( ) : void
return void

Property Details

Alignment public property

public PlacementAlignment Alignment
return PlacementAlignment

IsPrimarySelectionProperty public static property

Dependency property for IsPrimarySelection.
public static DependencyProperty,System.Windows IsPrimarySelectionProperty
return System.Windows.DependencyProperty

OperationMenuProperty public static property

Dependency property for OperationMenu.
public static DependencyProperty,System.Windows OperationMenuProperty
return System.Windows.DependencyProperty

ThumbVisibleProperty public static property

Dependency property for IsPrimarySelection.
public static DependencyProperty,System.Windows ThumbVisibleProperty
return System.Windows.DependencyProperty