Calendar.CalendarItemStyle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置与控件的内部 Style 对象关联的 CalendarItem。
public:
property System::Windows::Style ^ CalendarItemStyle { System::Windows::Style ^ get(); void set(System::Windows::Style ^ value); };
public System.Windows.Style CalendarItemStyle { get; set; }
member this.CalendarItemStyle : System.Windows.Style with get, set
Public Property CalendarItemStyle As Style
属性值
CalendarItem 对象的当前样式。
注解
XAML 属性用法
<object CalendarItemStyle="{resourceExtension styleResourceKey}"/>
XAML 值
resourceExtension
下列项之一: StaticResource
或 DynamicResource
。 有关详细信息,请参阅 XAML 资源。
styleResourceKey
标识所请求资源的密钥。 该键是指在一个 ResourceDictionary. 中存在的资源。
依赖项属性信息
标识符字段 | CalendarItemStyleProperty |
元数据属性设置为 true |
无 |