PropertyPaneTextFieldProperties.Rows Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or Sets the value that specifies the visible height of a text area(multiline text TextField), in lines.maximum number of characters that the PropertyPaneTextField can have of type Int32.
public int Rows { get; set; }
member this.Rows : int with get, set
Public Property Rows As Integer
Property Value
This value is the number of rows of the text field.