ModelButton.centered

bool centered() @property

Get centered property.

Returns

Whether to render the button contents centered instead of left-aligned.

This property should be set for title-like items.

void centered(bool propval) @property

Set centered property.

Parameters

propvalWhether to render the button contents centered instead of left-aligned. This property should be set for title-like items.