Softelvdm.Controls Class Library for Windows Controls 1.0

VAlign Property, GenericPartClass Class

Softel vdm, Inc.

Defines the vertical alignment within the part's available space.

Syntax      GenericPartClass Class (Softelvdm.Controls)

VB   

Public Property VAlign As VAlignmentOptionalEnum

C#   

public VAlignmentOptionalEnum VAlign { get; set; }

C++   

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

Property Value

The vertical alignment.

VAlignmentOptionalEnum

Value

Description

Top

0

The contents are aligned with the top of the available space.

Center

1

The contents are vertically centered within the available space.

Bottom

2

The contents are aligned with the bottom of the available space.

Default

-1

The default value is determined by a containing object or by the environment.

The default value is VAlignmentOptionalEnum.Default.

Comments

The VAlign property defines the vertical alignment within the part's available space.

It only defines the alignment within the specific part. To define the alignment and position relative to its neighboring parts, use the PartAlignment property instead.

Version Information

Supported in version 1.0.
Products Table


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com