VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Wpf.UI Namespace / WpfPdfTextMarkupTool Class / StrikeoutColor Property
Синтаксис Требования Смотрите также
В этом разделе
    StrikeoutColor Свойство (WpfPdfTextMarkupTool)
    В этом разделе
    Возвращает или задает цвет зачеркнутой текстовой разметки.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(null)>
    <DescriptionAttribute("The color of the Strikeout text markup annotation.")>
    <CategoryAttribute("Appearance")>
    Public Property StrikeoutColor As System.Windows.Media.Color
    
    
    [DefaultValue(null)]
    [Description("The color of the Strikeout text markup annotation.")]
    [Category("Appearance")]
    public System.Windows.Media.Color StrikeoutColor { get; set; }
    
    
    [DefaultValue(null)]
    [Description("The color of the Strikeout text markup annotation.")]
    [Category("Appearance")]
    public: __property System.Windows.Media.Color* get_StrikeoutColor();
    public: __property void set_StrikeoutColor(
    System.Windows.Media.Color* value
    );
    [DefaultValue(null)]
    [Description("The color of the Strikeout text markup annotation.")]
    [Category("Appearance")]
    public:
    property System.Windows.Media.Color^ StrikeoutColor { System.Windows.Media.Color^ get(); void set(System.Windows.Media.Color^ value); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также