Crop.PictureOffsetY Property

Gets or sets the y-axis offset of the image that is to be cropped.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property PictureOffsetY As Single
    Get
    Set
'Usage
Dim instance As Crop
Dim value As Single

value = instance.PictureOffsetY

instance.PictureOffsetY = value
float PictureOffsetY { get; set; }

Property Value

Type: System.Single

Remarks

Read/write. This property and the OffsetX() property are relative to center of the shape and image.

See Also

Reference

Crop Interface

Crop Members

Microsoft.Office.Core Namespace