BackgroundBorderOffsetFactor Property (INote) Send Feedback
See Also  Example
Gets or sets the factor by which to offset the border for the background of this Note.

Syntax

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 5

Example

Remarks

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. 

See Also

Availability

DraftSight V1R5.0