ComponentFactory.Krypton.Toolkit.PaletteBase.GetDragDropSolidOpacity C# (CSharp) Method

GetDragDropSolidOpacity() public method

Gets the opacity of the solid area.
public GetDragDropSolidOpacity ( ) : float
return float
        public virtual float GetDragDropSolidOpacity()
        {
            return 0.37f;
        }
PaletteBase