Slicer.TopPixel

Slicer.TopPixel property

Returns or sets the vertical offset of slicer shape from its top row, in pixels.

public int TopPixel { get; set; }

Examples


[C#]

slicer.TopPixel = 6;

See Also