Gets or sets the style for the "new appointment" element that appears when the user clicks the "create here" button. 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 CreateHereElementStyle { get; set; }
Visual Basic
Public Property CreateHereElementStyle As Style
	Get
	Set
Visual C++
public:
property Style^ CreateHereElementStyle {
	Style^ get ();
	void set (Style^ value);
}

Remarks

Dependency Property Information
Identifier fieldCreateHereElementStyleProperty
Metadata properties set to trueNone

See Also