Table of Contents

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

DependencyProperty

Methods

GetUrl(UIElement)

Get attached property value for UrlProperty.

public static string GetUrl(this UIElement element)

Parameters

element UIElement

Returns

string

SetUrl(UIElement, string)

Set attached property value for UrlProperty.

public static void SetUrl(this UIElement element, string value)

Parameters

element UIElement
value string