Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / StyleObjectInfo Class / Interior Property


In This Topic
    Interior Property (StyleObjectInfo)
    In This Topic
    Gets the Interior object that represents the interior of the specified object.
    Syntax
    'Declaration
     
    Public Overridable Property Interior As InteriorInfo
    'Usage
     
    Dim instance As StyleObjectInfo
    Dim value As InteriorInfo
     
    instance.Interior = value
     
    value = instance.Interior
    public virtual InteriorInfo Interior {get; set;}

    Property Value

    The interior of the specified object.
    See Also