Doc

StockSharp.Xaml

This class is used to register attached property UrlProperty.

Methods

GetUrl
public static string GetUrl(UIElement element)
result = Doc.GetUrl(element)

Get attached property value for UrlProperty.

SetUrl
public static void SetUrl(UIElement element, string value)
Doc.SetUrl(element, value)

Set attached property value for UrlProperty.

Fields

UrlProperty
public static readonly DependencyProperty UrlProperty
value = Doc.UrlProperty

Attached property for help button.