Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / WebImage Class / IsPaintable Property


In This Topic
    IsPaintable Property
    In This Topic
    Gets or sets a boolean value indicating whether the image is paintable.
    Syntax
    'Declaration
     
    
    Public Property IsPaintable As Nullable(Of Boolean)
    'Usage
     
    
    Dim instance As WebImage
    Dim value As Nullable(Of Boolean)
     
    instance.IsPaintable = value
     
    value = instance.IsPaintable
    public Nullable<bool> IsPaintable {get; set;}
    See Also