Table of Contents

Struct CssBlockSelectorItem

Namespace
TheArtOfDev.HtmlRenderer.Core.Entities
Assembly
StockSharp.Xaml.dll

Holds single class selector in css block hierarchical selection (p class1 > div.class2)

public struct CssBlockSelectorItem
Inherited Members
Extension Methods

Constructors

CssBlockSelectorItem(string, bool)

Creates a new block from the block's source

public CssBlockSelectorItem(string @class, bool directParent)

Parameters

class string

the name of the css class of the block

directParent bool

Properties

Class

the name of the css class of the block

public string Class { get; }

Property Value

string

DirectParent

is the selector item has to be direct parent

public bool DirectParent { get; }

Property Value

bool

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string