C# Class Dev2.Studio.AppResources.AttachedProperties.UIElementTitleProperty

Datei anzeigen Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Properties

Property Type Description
titleProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetTitle ( UIElement element ) : string
SetTitle ( UIElement element, string value ) : void

Method Details

GetTitle() public static method

public static GetTitle ( UIElement element ) : string
element System.Windows.UIElement
return string

SetTitle() public static method

public static SetTitle ( UIElement element, string value ) : void
element System.Windows.UIElement
value string
return void

Property Details

titleProperty public_oe static_oe property

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