Class RadRun
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class RadRun : AutomationObject<RadRun>, IAutomationPeer, IPeerConverter
Constructors
RadRun(Object)
Declaration
public RadRun(object obj)
Parameters
System.Object
obj
|
Properties
FontFamily
Declaration
public FontFamily FontFamily { get; }
Property Value
System.Windows.Media.FontFamily
|
FontSize
Declaration
public double FontSize { get; }
Property Value
System.Double
|
FontStyle
Declaration
public FontStyle FontStyle { get; }
Property Value
System.Windows.FontStyle
|
FontWeight
Declaration
public FontWeight FontWeight { get; }
Property Value
System.Windows.FontWeight
|
Foreground
Declaration
public Brush Foreground { get; }
Property Value
System.Windows.Media.Brush
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|
Overrides
ArtOfTest.WebAii.Silverlight.AutomationObject<Telerik.WebAii.Controls.Xaml.Wpf.RadRun>.GetRealType()