Calendar.CalendarButtonStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Style associated with the control's internal CalendarButton object.
public:
property System::Windows::Style ^ CalendarButtonStyle { System::Windows::Style ^ get(); void set(System::Windows::Style ^ value); };
public System.Windows.Style CalendarButtonStyle { get; set; }
member this.CalendarButtonStyle : System.Windows.Style with get, set
Public Property CalendarButtonStyle As Style
Property Value
The current style of the CalendarButton object.
Remarks
XAML Attribute Usage
<object CalendarButtonStyle="{resourceExtension styleResourceKey"/>
XAML Values
resourceExtension
One of the following: StaticResource
or DynamicResource
. For more information, see XAML Resources.
styleResourceKey
The key that identifies the resource being requested. The key refers to an existing resource in a ResourceDictionary.
Dependency Property Information
Identifier field | CalendarButtonStyleProperty |
Metadata properties set to true |
None |
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.