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

Exibir arquivo Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Properties

Property Type Description
imageProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetImage ( UIElement element ) : string
SetImage ( UIElement element, string value ) : void

Method Details

GetImage() public static method

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

SetImage() public static method

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

Property Details

imageProperty public_oe static_oe property

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