XCode 15.0 日本語化計画:New Human Interface Guideline
SwiftUI が定義する属性の範囲。
let backgroundColor: AttributeScopes.SwiftUIAttributes.BackgroundColorAttribute
背景の色属性にアクセスするためのプロパティ。
let foregroundColor: AttributeScopes.SwiftUIAttributes.ForegroundColorAttribute
前景の色属性にアクセスするためのプロパティ。
let font: AttributeScopes.SwiftUIAttributes.FontAttribute
フォント属性にアクセスするためのプロパティ。
let tracking: AttributeScopes.SwiftUIAttributes.TrackingAttribute
追跡属性にアクセスするためのプロパティ。
let baselineOffset: AttributeScopes.SwiftUIAttributes.BaselineOffsetAttribute
ベースラインのオフセット属性にアクセスするためのプロパティ。
let kern: AttributeScopes.SwiftUIAttributes.KerningAttribute
カーニング属性にアクセスするためのプロパティ。
let foundation: AttributeScopes.FoundationAttributes
Foundation フレームワークによって定義された属性にアクセスするためのプロパティ。
typealias AttributeScopes.SwiftUIAttributes.DecodingConfiguration
この型のインスタンスの復号化を支援する構成インスタンスの型。
typealias AttributeScopes.SwiftUIAttributes.EncodingConfiguration
この型のインスタンスのコード化を支援する構成インスタンスの型。
let accessibility: AttributeScopes.AccessibilityAttributes
let strikethroughStyle: AttributeScopes.SwiftUIAttributes.StrikethroughStyleAttribute
let underlineStyle: AttributeScopes.SwiftUIAttributes.UnderlineStyleAttribute
var swiftUI: AttributeScopes.SwiftUIAttributes.Type
SwiftUI が定義する属性の範囲にアクセスするためのプロパティ。