Spread Windows Forms 12.0 Product Documentation
PictureWidth Property (FpCheckBox)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpCheckBox Class : PictureWidth Property
Gets or sets the width of the check box picture in the control.
Syntax
'Declaration
 
Public Overridable Property PictureWidth As Integer
'Usage
 
Dim instance As FpCheckBox
Dim value As Integer
 
instance.PictureWidth = value
 
value = instance.PictureWidth
public virtual int PictureWidth {get; set;}

Property Value

Integer number of pixels in the width of the picture
Remarks

This property is available at run time only.

See Also

Reference

FpCheckBox Class
FpCheckBox Members
Picture Property
PictureAlignH Property
PictureAlignV Property
PictureHeight Property