Slicer.WidthPixel

Slicer.WidthPixel property

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

public int WidthPixel { get; set; }

Examples


[C#]

slicer.WidthPixel = 120;

See Also