ClipToBounds Property (ListItem)
In This Topic
Syntax
'Declaration
Public Property ClipToBounds As Boolean
'Usage
Dim instance As ListItem
Dim value As Boolean
instance.ClipToBounds = value
value = instance.ClipToBounds
public bool ClipToBounds {get; set;}
See Also