Northwoods.GoSilverlight 1.2.2 Assembly
Copyable Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : Copyable Property

Gets or sets whether the user may copy this part.

Syntax

Visual Basic (Declaration) 
Public Property Copyable As Boolean
C# 
public bool Copyable {get; set;}

Property Value

The default value is true. The value is actually stored on the Part.VisualElement. One normally sets it by setting or data-binding the attached property on the root element of the DataTemplate.

Remarks

In general one should call Part.CanCopy to see if a particular part is copyable, not get this property value.

Requirements

See Also

© 2010 All Rights Reserved.