Click or drag to resize

WindowHelperGetIsTopLeftAdjusted Method

This property is for the DialogView only We have to adjust the top and left by 100 as the default height and width is set to 100 in the xaml

Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public static bool GetIsTopLeftAdjusted(
	DependencyObject obj
)

Parameters

obj  DependencyObject
 

Return Value

Boolean
See Also