Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / EditBase Class / SelectionOpacityProperty Field


In This Topic
    SelectionOpacityProperty Field
    In This Topic
    Indentifies the SelectionOpacity dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly SelectionOpacityProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = EditBase.SelectionOpacityProperty
    public static readonly DependencyProperty SelectionOpacityProperty

    Field Value

    The identifier for the SelectionOpacity dependency property.
    See Also