Visual Basic (Declaration) | |
---|---|
Public Property DrawLockedInRunMode As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool DrawLockedInRunMode {get; set;} |
XAML Attributes Usage | |
---|---|
<object DrawLockedInRunMode=bool .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsRender |
XAML Attributes Usage | |
---|---|
<object DrawLockedInRunMode=bool .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsRender |
Return Value
true if the container will draw the LockPicture picture on top of locked objects when the container is in run mode; false otherwise.
The LockPicture is always drawn when the container is in design mode. For more information, refer to Implementing WPF Annotation Security.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family