public static void SetIsClipEnabled(
Visual adorner,
bool isClipEnabled
)Public Shared Sub SetIsClipEnabled (
adorner As Visual,
isClipEnabled As Boolean
)static member SetIsClipEnabled :
adorner : Visual *
isClipEnabled : bool -> unit