Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / CustomDrawingObject Class / ShowDrawingObjectOnly Property


In This Topic
    ShowDrawingObjectOnly Property
    In This Topic
    Gets or sets a value that indicates whether to show only the drawing object.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Property ShowDrawingObjectOnly As Boolean
    'Usage
     
    Dim instance As CustomDrawingObject
    Dim value As Boolean
     
    instance.ShowDrawingObjectOnly = value
     
    value = instance.ShowDrawingObjectOnly
    [DefaultValue(false)]
    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