ContentAlignmentExtensionsAnyBottom Method

Gets if any bottom alignment is set in contentAlignment.

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public static bool AnyBottom(
	this ContentAlignment contentAlignment
)

Parameters

contentAlignment  ContentAlignment
The content alignment to check.

Return Value

Boolean
if any bottom alignment is set; otherwise, .

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ContentAlignment. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also