Class Inline
Inheritance
System.Object
Inline
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: ArtOfTest.WebAii.Controls.Xaml.Silverlight
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Inline
Constructors
Inline(Inline)
Declaration
public Inline(Inline inline)
Parameters
System.Windows.Documents.Inline
inline
|
Fields
_fontFamilySource
Declaration
public string _fontFamilySource
Field Value
System.String
|
_fontStretchSource
Declaration
public string _fontStretchSource
Field Value
System.String
|
_fontStyleSource
Declaration
public string _fontStyleSource
Field Value
System.String
|
_fontWeightSource
Declaration
public string _fontWeightSource
Field Value
System.String
|
_foregroundColor
Declaration
public Color? _foregroundColor
Field Value
System.Nullable<System.Windows.Media.Color>
|
Properties
FontFamily
Declaration
public FontFamily FontFamily { get; }
Property Value
System.Windows.Media.FontFamily
|
FontSize
Declaration
public double FontSize { get; }
Property Value
System.Double
|
FontStretch
Declaration
public FontStretch FontStretch { get; }
Property Value
System.Windows.FontStretch
|
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
|