Slicer.HeightPixel

Slicer.HeightPixel property

Returns or sets the height of the specified slicer, in pixels.

public int HeightPixel { get; set; }

Examples


[C#]

slicer.HeightPixel = 150;

See Also