Slicer.Height

Slicer.Height property

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

public double Height { get; set; }

Examples


[C#]

slicer.Height = 120;

See Also