| CustomPropertyGridPropertyNamePaneWidth Property |
This is used to set or get the width of the property name pane
Namespace: SandcastleBuilder.Utils.ControlsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public int PropertyNamePaneWidth { get; set; }
Public Property PropertyNamePaneWidth As Integer
Get
Set
public:
property int PropertyNamePaneWidth {
int get ();
void set (int value);
}
member PropertyNamePaneWidth : int with get, set
Property Value
Type:
Int32Remarks Reflection is used to modify the pane width
See Also