Crop.PictureOffsetX Property

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

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

Syntax

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

value = instance

instance = value
float this { get; set; }

Property Value

Type: System.Single

Remarks

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

See Also

Reference

Crop Interface

Crop Members

Microsoft.Office.Core Namespace