Interface ControlMarginOptions

interface ControlMarginOptions {
    posBottomLeftMarginX?: number;
    posBottomLeftMarginY?: number;
    posBottomRightMarginX?: number;
    posBottomRightMarginY?: number;
    posTopLeftMarginX?: number;
    posTopLeftMarginY?: number;
    posTopRightMarginX?: number;
    posTopRightMarginY?: number;
}

Properties

posBottomLeftMarginX?: number

控件左下角时x边距,默认 0

posBottomLeftMarginY?: number

控件左下角时y边距,默认 0

posBottomRightMarginX?: number

控件右下角时x边距,默认 0

posBottomRightMarginY?: number

控件右下角时y边距,默认 0

posTopLeftMarginX?: number

控件左上角时x边距,默认 0

posTopLeftMarginY?: number

控件左上角时y边距,默认 0

posTopRightMarginX?: number

控件右上角时x边距,默认 0

posTopRightMarginY?: number

控件右上角时y边距,默认 0