Gets or sets the style for the "create here" button that is displayed when the user hovers over the control. This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Style CreateHereButtonStyle { get; set; }
Visual Basic
Public Property CreateHereButtonStyle As Style
	Get
	Set
Visual C++
public:
property Style^ CreateHereButtonStyle {
	Style^ get ();
	void set (Style^ value);
}

Remarks

Dependency Property Information
Identifier fieldCreateHereButtonStyleProperty
Metadata properties set to trueNone

See Also