HidePlaceholders

Propiedad IMathMatrix.HidePlaceholders

Ocultar los marcadores de posición para elementos de matriz vacíos. Predeterminado: falso

public bool HidePlaceholders { get; set; }

Ejemplos

Ejemplo:

[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
matrix.HidePlaceholders = true;

Ver También