C# Class WpfHint2.UIBuilding.HintDecorator

Inheritance: System.Windows.Controls.Decorator
Show file Open project: JetBrains/Nitra Class Usage Examples

Public Properties

Property Type Description
WrapProperty System.Windows.DependencyProperty
WrapWidthProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetWrap ( DependencyObject obj ) : bool
SetWrap ( DependencyObject obj, bool value ) : void

Protected Methods

Method Description
MeasureOverride ( Size constraint ) : Size

Private Methods

Method Description
OnWrap ( DependencyObject d ) : void

Method Details

GetWrap() public static method

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

MeasureOverride() protected method

protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
return System.Windows.Size

SetWrap() public static method

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

Property Details

WrapProperty public static property

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

WrapWidthProperty public static property

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