Class Doc
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
This class is used to register attached property UrlProperty.
public static class Doc
- Inheritance
-
Doc
- Inherited Members
Fields
UrlProperty
Attached property for help button.
public static readonly DependencyProperty UrlProperty
Field Value
Methods
GetUrl(UIElement)
Get attached property value for UrlProperty.
public static string GetUrl(this UIElement element)
Parameters
element
UIElement
Returns
SetUrl(UIElement, string)
Set attached property value for UrlProperty.
public static void SetUrl(this UIElement element, string value)