CheckBox.Size Property
Returns or sets the size of the specified check box in points.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Size As Single
Get
Set
'Usage
Dim instance As CheckBox
Dim value As Single
value = instance.Size
instance.Size = value
float Size { get; set; }
Property Value
Type: System.Single