Class Glyphs
Inheritance
System.Object
Glyphs
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 Glyphs : SilverlightTestElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
Glyphs()
Declaration
public Glyphs()
Fields
FillProperty
FontRenderingEmSizeProperty
Declaration
public static AutomationProperty FontRenderingEmSizeProperty
Field Value
AutomationProperty
|
FontUriProperty
IndicesProperty
OriginXProperty
OriginYProperty
StyleSimulationsProperty
Declaration
public static AutomationProperty StyleSimulationsProperty
Field Value
AutomationProperty
|
UnicodeStringProperty
Properties
Fill
FontRenderingEmSize
Declaration
public double FontRenderingEmSize { get; set; }
Property Value
System.Double
|
FontUri
Declaration
public string FontUri { get; }
Property Value
System.String
|
Indices
Declaration
public string Indices { get; set; }
Property Value
System.String
|
OriginX
Declaration
public double OriginX { get; set; }
Property Value
System.Double
|
OriginY
Declaration
public double OriginY { get; set; }
Property Value
System.Double
|
StyleSimulations
UnicodeString
Declaration
public string UnicodeString { get; set; }
Property Value
System.String
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|