This information is provided for reference in order to use members and types accessible through the Nintex.Forms.Sdk namespace found in the Nintex.Forms.Sdk assembly. Direct access to Nintex.Forms members and types is not supported.
Gets or sets the width of the line.
Namespace: Nintex.Forms.FormControls
Assembly: Nintex.Forms (in Nintex.Forms.dll)
[DataMember(Name = "BorderWidth" )] |
[ControlPropertyInfo(ResourceType = typeof (Core), |
DisplayName = "ControlProperty_LineWidthDisplayName" , |
Description = "ControlProperty_LineWidthDescription" , |
ChangeAction = ControlPropertyChangeActionType.RefreshFromClient, |
GroupName = NfConstants.CommonResourceStringNames.ControlPropertyGroupFormatting, |
IsPrimaryProperty = false , |
ClientRefreshFunction = "NWF.Designer.Canvas.SCSC" )] |
[Range(0, 3000, ErrorMessageResourceType = typeof (Core), ErrorMessageResourceName = "ValidationRange" )] |
public virtual int BorderWidth { get ; set ;} |
This language is not supported or no code example is available.
DataMember(Name = "BorderWidth" ) |
ControlPropertyInfo(ResourceType = typeof (Core), |
DisplayName = "ControlProperty_LineWidthDisplayName" , |
Description = "ControlProperty_LineWidthDescription" , |
ChangeAction = ControlPropertyChangeActionType.RefreshFromClient, |
GroupName = NfConstants.CommonResourceStringNames.ControlPropertyGroupFormatting, |
IsPrimaryProperty = false , |
ClientRefreshFunction = "NWF.Designer.Canvas.SCSC" ) |
Range(0, 3000, ErrorMessageResourceType = typeof (Core), ErrorMessageResourceName = "ValidationRange" ) |
function get BorderWidth() : int ; |
DataMember(Name = "BorderWidth" ) |
ControlPropertyInfo(ResourceType = typeof (Core), |
DisplayName = "ControlProperty_LineWidthDisplayName" , |
Description = "ControlProperty_LineWidthDescription" , |
ChangeAction = ControlPropertyChangeActionType.RefreshFromClient, |
GroupName = NfConstants.CommonResourceStringNames.ControlPropertyGroupFormatting, |
IsPrimaryProperty = false , |
ClientRefreshFunction = "NWF.Designer.Canvas.SCSC" ) |
Range(0, 3000, ErrorMessageResourceType = typeof (Core), ErrorMessageResourceName = "ValidationRange" ) |
function set BorderWidth(value : int ); |
This language is not supported or no code example is available.
Property Value
The width of the line.
.NET Framework
Supported in: 4.6, 4.5, 4, 3.5, 3.0, 2.0, 1.1, 1.0
.NET Framework Client Profile
Supported in: 4, 3.5 SP1