Class Label
Inheritance
System.Object
Label
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Label : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
Label()
Declaration
public Label()
Fields
IsRequiredProperty
IsValidProperty
PropertyPathProperty
Properties
IsRequired
Declaration
public bool IsRequired { get; set; }
Property Value
System.Boolean
|
IsValid
Declaration
public bool IsValid { get; set; }
Property Value
System.Boolean
|
PropertyPath
Declaration
public string PropertyPath { get; set; }
Property Value
System.String
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|