Spread Windows Forms 12.0 Product Documentation
PictureHeight Property (FpMultiOption)


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

Property Value

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

Reference

FpMultiOption Class
FpMultiOption Members