DicomObjects Reference
DicomObjects Reference / DicomLabel Object / Margin Property
In This Topic
    Margin Property
    In This Topic
    Description
    Margin between bounding box and text
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property Margin As Integer
    Remarks
    The bounding rectangle defined by Height and Width is reduced by this size on all four sides before text is drawn, leaving a clear margin around the text.  If AutoSizeMode is set to Auto, then the calculated box is automatically expanded to accommodate this margin.
    See Also