CaptionLocation
Specifies X and Y coordinates where Caption text will be drawn.property CaptionLocation: TNxLocation read FCaptionLocation write SetCaptionLocation;Example:
NxTile61.Caption := 'Settings';
NxTile61.CaptionLocation.X := 32;
NxTile61.CaptionLocation.Y := 24;