Visual Basic | |
---|---|
Property BackgroundBorderOffsetFactor As System.Double |
C# | |
---|---|
System.double BackgroundBorderOffsetFactor {get; set;} |
JavaScript | |
---|---|
get_BackgroundBorderOffsetFactor () : Number put_BackgroundBorderOffsetFactor ( NewVal : Number ) |
COM native C++ | |
---|---|
HRESULT get_BackgroundBorderOffsetFactor( DOUBLE* Val ) HRESULT put_BackgroundBorderOffsetFactor( DOUBLE NewVal |
C++ | |
---|---|
DSRESULT get_BackgroundBorderOffsetFactor ( double* Val ) DSRESULT put_BackgroundBorderOffsetFactor( double NewVal ) |
Property Value
Factor by which to offset the border for the background; valid range is 1 through 5Insert Notes with Background Mask (C#)
Insert Notes with Background Mask (VB.NET)
Insert Notes with Background Mask (VBA)
Insert Notes with Background Mask (VB.NET)
Insert Notes with Background Mask (VBA)
The background fill area is extended by (INote::BackgroundBorderOffsetFactor - 1) * TextHeight in all directions. INote::BackgroundMask must be true for INote::BackgroundBorderOffsetFactor to have any effect.
INote Interface
INote Members
INote::BackgroundFillColor Property ()
INote::UseDrawingBackgroundColor Property ()
INote Members
INote::BackgroundFillColor Property ()
INote::UseDrawingBackgroundColor Property ()
DraftSight V1R5.0