Table of Contents

Class Ping

Namespace
HeBianGu.Control.Ping
Assembly
HeBianGu.Control.Ping.dll
public class Ping : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
Ping
Implements
Inherited Members
Extension Methods

Fields

IPProperty

public static readonly DependencyProperty IPProperty

Field Value

DependencyProperty

MessageProperty

public static readonly DependencyProperty MessageProperty

Field Value

DependencyProperty

RoundtripTimeProperty

public static readonly DependencyProperty RoundtripTimeProperty

Field Value

DependencyProperty

RunningForegroundBrushProperty

public static readonly DependencyProperty RunningForegroundBrushProperty

Field Value

DependencyProperty

StartProperty

public static readonly DependencyProperty StartProperty

Field Value

DependencyProperty

StatusProperty

public static readonly DependencyProperty StatusProperty

Field Value

DependencyProperty

Properties

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

IP

设置的IP

public string IP { get; set; }

Property Value

string

Message

显示交互信息

public string Message { get; set; }

Property Value

string

RoundtripTime

响应时间

public long RoundtripTime { get; set; }

Property Value

long

RunningForegroundBrush

public Brush RunningForegroundBrush { get; set; }

Property Value

Brush

SingleKey

public static ComponentResourceKey SingleKey { get; }

Property Value

ComponentResourceKey

Start

设置启动引擎

public bool Start { get; set; }

Property Value

bool

Status

连接状态

public IPStatus Status { get; set; }

Property Value

IPStatus