Spread Windows Forms 12.0 Product Documentation
IsPictureMarginSet Method


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementStyle Class : IsPictureMarginSet Method
Gets whether the margin of the image (PictureMargin property) is set.
Syntax
'Declaration
 
Public Overridable Function IsPictureMarginSet() As Boolean
'Usage
 
Dim instance As ElementStyle
Dim value As Boolean
 
value = instance.IsPictureMarginSet()
public virtual bool IsPictureMarginSet()

Return Value

true if the property is set; false otherwise
Remarks
This method determines whether the PictureMargin property is set.
See Also

Reference

ElementStyle Class
ElementStyle Members
PictureMargin Property