Spread Windows Forms 12.0 Product Documentation
PictureWidth Property (FpMultiOption)


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

Property Value

Integer number of pixels in the width of the option button
See Also

Reference

FpMultiOption Class
FpMultiOption Members