Skip to content

Commit cc91baa

Browse files
committed
add missing doc
1 parent 91126ec commit cc91baa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Windows/Avalonia.Win32/Win32PlatformOptions.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,8 @@ public class Win32PlatformOptions
159159
/// </summary>
160160
public IPlatformGraphics? CustomPlatformGraphics { get; set; }
161161

162+
/// <summary>
163+
/// Gets or sets the application's DPI awareness.
164+
/// </summary>
162165
public Win32DpiAwareness DpiAwareness { get; set; } = Win32DpiAwareness.PerMonitorDpiAware;
163166
}

0 commit comments

Comments
 (0)