Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public static ContentAlignment AutoAlignment(
Type type
) |
| Visual Basic |
|---|
Public Shared Function AutoAlignment (
type As Type
) As ContentAlignment |
| Visual C++ |
|---|
public:
static ContentAlignment AutoAlignment(
Type^ type
) |
| F# |
|---|
static member AutoAlignment :
type : Type -> ContentAlignment
|
Parameters
- type
- Type: System..::..Type
The data type.
Return Value
Type:
ContentAlignmentThe
ContentAlignment which corresponds to the specified type.
See Also