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.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Inline
Constructors
Inline(Inline)
Declaration
public Inline(Inline inline)
Parameters
System.Windows.Documents.Inline
inline
|
Properties
Background
Declaration
public Brush Background { get; }
Property Value
System.Windows.Media.Brush
|
FlowDirection
Declaration
public FlowDirection FlowDirection { get; }
Property Value
System.Windows.FlowDirection
|
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
|