property InnerMargin: integer; //read only
The amount of space inside a panel's edge that's occupied by bevels and margins.
function TImage32Panel.GetInnerMargin: integer; begin Result := BorderWidth; if BevelInner <> bvNone then inc(result, BevelWidth); if BevelOuter <> bvNone then inc(result, BevelWidth); end;
Copyright ©2010-2023 Angus Johnson - Image32 4.8 - Help file built on 17 Jan 2025