Class PermissionHelper
Permission Helper class to check permission in XBAP partial supported environment.
Inheritance
System.Object
PermissionHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class PermissionHelper
Constructors
PermissionHelper()
Declaration
public PermissionHelper()
Properties
HasUnmanagedCodePermission
Gets a value indicating whether this instance has unmanaged code permission.
Declaration
public static bool HasUnmanagedCodePermission { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
GetSafePointToScreen(Visual, Point)
Gets the safe point to screen.
Declaration
public static Point GetSafePointToScreen(Visual visual, Point point)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.Visual | visual | The visual. |
System.Windows.Point | point | The point. |
Returns
Type | Description |
---|---|
System.Windows.Point | Point from point to screen method. |