Slicer.LeftPixel

Slicer.LeftPixel property

Returns or sets the horizontal offset of slicer shape from its left column, in pixels.

public int LeftPixel { get; set; }

Examples


[C#]

slicer.LeftPixel = 2;

See Also