skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • Resources Hub
    • .NET MAUI Tutorials and Learning
    • First Steps
    • Submit a Ticket
    • FAQs

    Docs & Resources

    • Docs
    • Demos
    • Migrate to .NET MAUI
    • Forums
    • Videos
    • Blogs

    Productivity and Design Tools

    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class ImageEditorOptionsToolbarItemViewContent

Visual representation of the options content in a ImageEditorOptionsToolbarItemView.

Inheritance
System.Object
RadContentView
RadCompositeContentView
RadBorderContentView
ToolbarContentView
OptionsButtonToolbarItemViewContent
ImageEditorOptionsToolbarItemViewContent
ImageEditorCropOptionsToolbarItemViewContent
ImageEditorFilterOptionsToolbarItemViewContent
ImageEditorResizeOptionsToolbarItemViewContent
Inherited Members
RadBorderContentView.BackgroundColorProperty
RadBorderContentView.BackgroundProperty
RadBorderContentView.BorderColorProperty
RadBorderContentView.BorderBrushProperty
RadBorderContentView.BorderThicknessProperty
RadBorderContentView.CornerRadiusProperty
RadBorderContentView.ContentPaddingProperty
RadBorderContentView.BackgroundColor
RadBorderContentView.Background
RadBorderContentView.BorderColor
RadBorderContentView.BorderBrush
RadBorderContentView.BorderThickness
RadBorderContentView.CornerRadius
RadBorderContentView.ContentPadding
RadCompositeContentView.StyleProperty
RadCompositeContentView.ControlTemplateProperty
RadCompositeContentView.OnApplyTemplate()
RadCompositeContentView.OnBindingContextChanged()
RadCompositeContentView.OnPropertyChanged(String)
RadCompositeContentView.Style
RadCompositeContentView.ControlTemplate
RadContentView.ActualStyleClassProperty
RadContentView.OnChildAdded(Element)
RadContentView.OnChildRemoved(Element, Int32)
RadContentView.OnHandlerChanged()
RadContentView.ActualStyleClass
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll

Syntax

public class ImageEditorOptionsToolbarItemViewContent : OptionsButtonToolbarItemViewContent, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Constructors

ImageEditorOptionsToolbarItemViewContent()

Declaration
public ImageEditorOptionsToolbarItemViewContent()

Fields

ActualApplyButtonStyleProperty

Identifies the ActualApplyButtonStyle property.

Declaration
public static readonly BindableProperty ActualApplyButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ActualCancelButtonStyleProperty

Identifies the ActualCancelButtonStyle property.

Declaration
public static readonly BindableProperty ActualCancelButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ActualCaptionLabelStyleProperty

Identifies the ActualCaptionLabelStyle property.

Declaration
public static readonly BindableProperty ActualCaptionLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ActualHeaderLabelStyleProperty

Identifies the ActualHeaderLabelStyle property.

Declaration
public static readonly BindableProperty ActualHeaderLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ApplyButtonStyleProperty

Identifies the ApplyButtonStyle property.

Declaration
public static readonly BindableProperty ApplyButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ApplyCommandProperty

Identifies the ApplyCommand property.

Declaration
public static readonly BindableProperty ApplyCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ApplyTextProperty

Identifies the ApplyText property.

Declaration
public static readonly BindableProperty ApplyTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

CancelButtonStyleProperty

Identifies the CancelButtonStyle property.

Declaration
public static readonly BindableProperty CancelButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

CancelCommandProperty

Identifies the CancelCommand property.

Declaration
public static readonly BindableProperty CancelCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

CancelTextProperty

Identifies the CancelText property.

Declaration
public static readonly BindableProperty CancelTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

CaptionLabelStyleProperty

Identifies the CaptionLabelStyle property.

Declaration
public static readonly BindableProperty CaptionLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

HeaderLabelStyleProperty

Identifies the HeaderLabelStyle property.

Declaration
public static readonly BindableProperty HeaderLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

HeaderTextProperty

Identifies the HeaderText property.

Declaration
public static readonly BindableProperty HeaderTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

Properties

ActualApplyButtonStyle

Gets the result from merging the Microsoft.Maui.Controls.Style specified in the ApplyButtonStyle property and the default base Microsoft.Maui.Controls.Style for that property.

Declaration
public Style ActualApplyButtonStyle { get; }
Property Value
Microsoft.Maui.Controls.Style

ActualCancelButtonStyle

Gets the result from merging the Microsoft.Maui.Controls.Style specified in the CancelButtonStyle property and the default base Microsoft.Maui.Controls.Style for that property.

Declaration
public Style ActualCancelButtonStyle { get; }
Property Value
Microsoft.Maui.Controls.Style

ActualCaptionLabelStyle

Gets the result from merging the Microsoft.Maui.Controls.Style specified in the CaptionLabelStyle property and the default base Microsoft.Maui.Controls.Style for that property.

Declaration
public Style ActualCaptionLabelStyle { get; }
Property Value
Microsoft.Maui.Controls.Style

ActualHeaderLabelStyle

Gets the result from merging the Microsoft.Maui.Controls.Style specified in the HeaderLabelStyle property and the default base Microsoft.Maui.Controls.Style for that property.

Declaration
public Style ActualHeaderLabelStyle { get; }
Property Value
Microsoft.Maui.Controls.Style

ApplyButtonStyle

Gets or sets the Microsoft.Maui.Controls.Style of the apply button. The target type of this style is Microsoft.Maui.Controls.Button.

Declaration
public Style ApplyButtonStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

ApplyCommand

Gets or sets a command to apply the changes in the options panel.

Declaration
public ICommand ApplyCommand { get; set; }
Property Value
System.Windows.Input.ICommand

ApplyText

Gets or sets the text of the apply button.

Declaration
public string ApplyText { get; set; }
Property Value
System.String

CancelButtonStyle

Gets or sets the Microsoft.Maui.Controls.Style of the cancel button. The target type of this style is Microsoft.Maui.Controls.Button.

Declaration
public Style CancelButtonStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

CancelCommand

Gets or sets a command to cancel the changes in the options panel.

Declaration
public ICommand CancelCommand { get; set; }
Property Value
System.Windows.Input.ICommand

CancelText

Gets or sets the text of the cancel button.

Declaration
public string CancelText { get; set; }
Property Value
System.String

CaptionLabelStyle

Gets or sets the Microsoft.Maui.Controls.Style of the caption labels. The target type of this style is Microsoft.Maui.Controls.Label.

Declaration
public Style CaptionLabelStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

HeaderLabelStyle

Gets or sets the Microsoft.Maui.Controls.Style of the header label. The target type of this style is Microsoft.Maui.Controls.Label.

Declaration
public Style HeaderLabelStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

HeaderText

Gets or sets the header text of the options panel.

Declaration
public string HeaderText { get; set; }
Property Value
System.String

Extension Methods

AndroidTypeConversionExtensions.ToJavaObject(Object)
Sample Applications
  • Controls Samples App
  • Crypto Tracker App
Support Resources
  • .NET MAUI SDKBrowser App
Community
  • Forums
  • Blogs
  • Feedback Portal
  • YouTube Channel

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.