C# Class ManagedWin32.Api.DWMBlurbehind

Show file Open project: MathewSachin/ManagedWin32 Class Usage Examples

Public Properties

Property Type Description
Enable bool
Flags DWMBlurbehindFlags
Region System.IntPtr
TransitionOnMaximized bool

Property Details

Enable public property

True if the transparency is enabled
public bool Enable
return bool

Flags public property

Flags that indicates the given parameters
public DWMBlurbehindFlags Flags
return DWMBlurbehindFlags

Region public property

Region to blur
public IntPtr,System Region
return System.IntPtr

TransitionOnMaximized public property

public bool TransitionOnMaximized
return bool