appbar Sizing structure
Sub-properties
Return to Introduction  Previous page  Next page
Applies to
acAppBar component.  

Declaration
type  
  TacAppBarSizing = class  
  published  
    property Enabled: Boolean;  
 
    property HorizontalIncrement: Word; // in pixels  
    property VerticalIncrement: Word;  
  end;  

Description
The Sizing structure used to specify some rules on resizing of the appbars. You can specify horizontal and vertical increments (when user resize the appbar, it can be resized by specified number of pixels per mouse movement). To allow or disallow resizing of the AppBar — use Enabled property.  

See also
FloatRestrictions structure.