BCGControlBar Library for .NET
FormatAlignmentFromGridContentAlignment(GridContentAlignmentFlags,StringFormat) Method




Converts GridContentAlignmentFlags to StringFormat.
Syntax
'Declaration
 
Public Overloads Sub FormatAlignmentFromGridContentAlignment( _
   ByVal contentAlignment As GridContentAlignmentFlags, _
   ByVal format As StringFormat _
) 
'Usage
 
Dim instance As GridControl
Dim contentAlignment As GridContentAlignmentFlags
Dim format As StringFormat
 
instance.FormatAlignmentFromGridContentAlignment(contentAlignment, format)
public void FormatAlignmentFromGridContentAlignment( 
   GridContentAlignmentFlags contentAlignment,
   StringFormat format
)
public: void FormatAlignmentFromGridContentAlignment( 
   GridContentAlignmentFlags contentAlignment,
   StringFormat* format
) 
public:
void FormatAlignmentFromGridContentAlignment( 
   GridContentAlignmentFlags contentAlignment,
   StringFormat^ format
) 

Parameters

contentAlignment
format
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridControl Class
GridControl Members
Overload List

Send Feedback