Gets or sets the factor by which to offset the border for the background of this Note.
.NET Syntax
Visual Basic (Declaration) | |
---|
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 5
Example
Remarks
See Also
Availability
DraftSight V1R5.0