GrapeCity.Xaml.SpreadSheet.UI
ShowDrawingObjectOnly Property


GrapeCity.Xaml.SpreadSheet.UI Namespace > CustomDrawingObject Class : ShowDrawingObjectOnly Property
Gets or sets a value that indicates whether to show only the drawing object.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property ShowDrawingObjectOnly As Boolean
'Usage
 
Dim instance As CustomDrawingObject
Dim value As Boolean
 
instance.ShowDrawingObjectOnly = value
 
value = instance.ShowDrawingObjectOnly
[DefaultValue()]
public bool ShowDrawingObjectOnly {get; set;}

Property Value

true to only show the drawing object; otherwise, false.
Remarks
If this property is set to true, the text of the cell is not shown, but, any other drawing objects (such as conditional format icons) are still shown.
See Also

Reference

CustomDrawingObject Class
CustomDrawingObject Members