OffsetY Property (IImageBackground) Send Feedback
See Also 
Gets or sets the y offset of the image for the image background.

Syntax

Visual Basic 
Property OffsetY As System.Double
C# 
System.double OffsetY {get; set;}
JavaScript 
get_OffsetY () : Number
put_OffsetY (
   NewVal : Number
)
COM native C++ 
HRESULT get_OffsetY(
   DOUBLE* Val
) 
HRESULT put_OffsetY( 
   DOUBLE NewVal
C++ 
DSRESULT get_OffsetY (
   double* Val
)
DSRESULT put_OffsetY(
   double NewVal
)

Property Value

y offset of the image

Remarks

If IImageBackground::Position is set to dsImageBackgroundPosition_e.dsImageBackgroundPosition_Stretch, then the y offset is ignored.

See Also

Availability

DraftSight V1R5.0