ContentAlignmentExtensionsAnyTop Method
Gets if any top alignment is set in contentAlignment.
Namespace: KGySoft.WinFormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public static bool AnyTop(
this ContentAlignment contentAlignment
)
<ExtensionAttribute>
Public Shared Function AnyTop (
contentAlignment As ContentAlignment
) As Boolean
public:
[ExtensionAttribute]
static bool AnyTop(
ContentAlignment contentAlignment
)
[<ExtensionAttribute>]
static member AnyTop :
contentAlignment : ContentAlignment -> bool
- contentAlignment ContentAlignment
- The content alignment to check.
Boolean if any top alignment is set; otherwise,
.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).