CurrentThemeName
Edit on GitHub

Last updated: July 23, 2026

定義

宣言型: YukkuriMovieMaker.Plugin.ThemeManager

アセンブリ: YukkuriMovieMaker.Plugin.dll

現在のテーマ名(拡張子なしのファイル名部分)を取得します。

public string CurrentThemeName { get; }

プロパティー値

System.String

注釈

例えば CurrentTheme"pack://application:,,,/.../NormalColor.xaml" の場合、"NormalColor" を返します。 CurrentThemenull の場合は "NormalColor" を返します。