PageLayoutElementIsCenteredHorizontal Property |
Determines whether the page will be centered horizontally
Namespace: Kettic.AspNet.Controls.GridExcelBuilderAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool IsCenteredHorizontal { get; set; }
Public Property IsCenteredHorizontal As Boolean
Get
Set
public:
property bool IsCenteredHorizontal {
bool get ();
void set (bool value);
}
member IsCenteredHorizontal : bool with get, set
Property Value
Type:
Boolean
See Also