Table of Contents

Class IpAddressEditor

Namespace
Ecng.Xaml
Assembly
StockSharp.Xaml.dll

Editor for IPAddress values.

public class IpAddressEditor : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
Inheritance
IpAddressEditor
Implements
Inherited Members
Extension Methods

Constructors

IpAddressEditor()

Initializes a new instance of the IpAddressEditor.

public IpAddressEditor()

Fields

AddressProperty

System.Windows.DependencyProperty for Address.

public static readonly DependencyProperty AddressProperty

Field Value

DependencyProperty

Properties

Address

Gets or sets the IP address.

public IPAddress Address { get; set; }

Property Value

IPAddress

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()