Slicer.StyleType

Slicer.StyleType property

Specify the type of Built-in slicer style the default type is SlicerStyleLight1

public SlicerStyleType StyleType { get; set; }

Examples


[C#]

slicer.StyleType = SlicerStyleType.SlicerStyleLight2;

See Also