RowHeight

Slicer.RowHeight property

Restituisce o imposta l’altezza, in punti, di ogni riga nell’affettatrice specificata.

public double RowHeight { get; set; }

Esempi


[C#]

slicer.RowHeight = 20;

Guarda anche