Inline::BaselineAlignment Property

 

Gets or sets the baseline alignment for the Inline element.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property BaselineAlignment BaselineAlignment {
	BaselineAlignment get();
	void set(BaselineAlignment value);
}

Property Value

Type: System.Windows::BaselineAlignment

A member or the BaselineAlignment enumeration specifying the baseline alignment for the Inline element.

The default value is BaselineAlignment.Baseline.

.NET Framework
Available since 3.0
Return to top
Show: