| RadiobuttonListAttribute Constructor (String, Int32, Int32) |
Namespace:
Dynamicweb.Content.Items.Annotations
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public RadiobuttonListAttribute(
string name,
int labelPosition,
int iconPosition
)
Public Sub New (
name As String,
labelPosition As Integer,
iconPosition As Integer
)
Parameters
- name
- Type: SystemString
- labelPosition
- Type: SystemInt32
- iconPosition
- Type: SystemInt32
See Also