• Api Documentation
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • JeremyAnsel.Xwa.OptTransform
      • OptTransformHelpers
      • OptTransformMissionModel
      • OptTransformModel
    • JeremyAnsel.Xwa.OptTransform.Wpf
      • OptProfileSelectorControl
      • OptProfileSelectorDialog
      • OptSkinItem

    Class OptSkinItem

    Inheritance
    object
    OptSkinItem
    Implements
    INotifyPropertyChanged
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: JeremyAnsel.Xwa.OptTransform.Wpf
    Assembly: JeremyAnsel.Xwa.OptTransform.Wpf.dll
    Syntax
    public sealed class OptSkinItem : INotifyPropertyChanged

    Constructors

    | Edit this page View Source

    OptSkinItem()

    Declaration
    public OptSkinItem()
    | Edit this page View Source

    OptSkinItem(string)

    Declaration
    public OptSkinItem(string name)
    Parameters
    Type Name Description
    string name
    | Edit this page View Source

    OptSkinItem(string, int)

    Declaration
    public OptSkinItem(string name, int opacity)
    Parameters
    Type Name Description
    string name
    int opacity

    Properties

    | Edit this page View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Opacity

    Declaration
    public int Opacity { get; set; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()

    Events

    | Edit this page View Source

    PropertyChanged

    Occurs when a property value changes.

    Declaration
    public event PropertyChangedEventHandler? PropertyChanged
    Event Type
    Type Description
    PropertyChangedEventHandler

    Implements

    INotifyPropertyChanged
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2023 Jérémy Ansel